Searched refs:opCode (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/apps/packagemanager/
H A DApplicationView.cpp264 int32 opCode; local
265 if (message->FindInt32("opcode", &opCode) != B_OK)
267 switch (opCode) {
/haiku-fatelf/src/apps/webpositive/
H A DDownloadProgressView.cpp439 int32 opCode; local
440 if (message->FindInt32("opcode", &opCode) != B_OK)
442 switch (opCode) {
/haiku-fatelf/src/apps/text_search/
H A DGrepWindow.cpp866 int32 opCode; local
867 if (message->FindInt32("opcode", &opCode) != B_OK)
878 switch (opCode) {
882 TRACE_NM("%s\n", opCode == B_ENTRY_CREATED ? "B_ENTRY_CREATED"
886 if (opCode == B_ENTRY_CREATED)
951 TRACE_NM("%s\n", opCode == B_STAT_CHANGED ? "B_STAT_CHANGED"

Completed in 97 milliseconds