Home
last modified time | relevance | path

Searched refs:STRING_CODE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/tools/test/unittest/cem/
H A Dcommon_event_command_publish_test.cpp33 const std::string STRING_CODE = "1024"; variable
314 (char *)STRING_CODE.c_str(),
336 (char *)STRING_CODE.c_str(),
440 (char *)STRING_CODE.c_str(),
503 (char *)STRING_CODE.c_str(),
/ohos5.0/base/notification/common_event_service/tools/test/systemtest/cem/
H A Dcommon_event_command_publish_system_test.cpp32 const std::string STRING_CODE = "1024"; variable
128 if (atoi(STRING_CODE.c_str()) == code && STRING_DATA == data) { in OnReceiveEvent()
230 …std::string command = "cem publish -e " + STRING_EVENT + " -c " + STRING_CODE + " -d " + STRING_DA…
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h30 const std::string STRING_CODE = "code:"; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp116 result.append(STRING_CODE + std::to_string(code) + "\n"); in GetMessageFromCode()