Searched refs:message (Results 1 - 10 of 10) sorted by relevance
| /ide/tools/previewer/mock/lite/ |
| H A D | VirtualMessageImpl.cpp | 53 std::vector<char> message = StringToCharVector(info.message); in SendVirtualMessage() local 57 osInfo.message = &message[0]; in SendVirtualMessage() 58 osInfo.messageLength = static_cast<uint32_t>(message.size()); in SendVirtualMessage()
|
| /ide/tools/previewer/mock/ |
| H A D | SystemCapability.cpp | 59 std::string message = JsonReader::GetErrorPtr(); in ReadCapability() local 60 ELOG("Failed to parse the capability, errors: %s", message.c_str()); in ReadCapability()
|
| H A D | VirtualMessage.h | 24 std::string message; member in MessageInfo
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLineInterface.cpp | 94 std::string message; /* NOLINT */ in ProcessCommand() local 103 *socket >> message; in ProcessCommand() local 104 if (message.empty()) { in ProcessCommand() 108 ProcessCommandMessage(message); in ProcessCommand() 111 void CommandLineInterface::ProcessCommandMessage(std::string message) const in ProcessCommandMessage() 113 ILOG("***cmd*** message:%s", message.c_str()); in ProcessCommandMessage() 114 Json2::Value jsonData = JsonReader::ParseJsonData2(message); in ProcessCommandMessage()
|
| H A D | CommandLineInterface.h | 35 void ProcessCommandMessage(std::string message) const;
|
| H A D | CommandLine.cpp | 867 info.message = args["message"].AsString(); in RunAction() 877 !args.IsMember("message")) { in IsActionArgValid() 882 args["abilityName"].AsString().empty() || args["message"].AsString().empty()) { in IsActionArgValid()
|
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| H A D | LiteCommandParseFuzzer.cpp | 42 "abilityName":"hello","message":"{ action:'GET_WEATHER',city:'HangZhou' }"})"},
|
| /ide/tools/previewer/test/unittest/mock_lite/ |
| H A D | VirtualMessageImplTest.cpp | 66 info.message = "test"; in TEST()
|
| /ide/tools/previewer/automock/ |
| H A D | build_jsmock_system_plugin.js | 47 console.warn(`(!) ${warning.message}`);
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 1293 "abilityName":"hello"},"message":"")"; in TEST_F() 1301 "abilityName":"hello","message":"{ action:'GET_WEATHER',city:'HangZhou' }"})"; in TEST_F() 1309 "abilityName" : "hello", "message" : ""})"; in TEST_F() 1321 "abilityName" : "hello", "message" : "{ action : 'GET_WEATHER', city : 'HangZhou' }"})"; in TEST_F()
|
Completed in 8 milliseconds