Home
last modified time | relevance | path

Searched refs:message (Results 1 - 10 of 10) sorted by relevance

/ide/tools/previewer/mock/lite/
H A DVirtualMessageImpl.cpp53 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 DSystemCapability.cpp59 std::string message = JsonReader::GetErrorPtr(); in ReadCapability() local
60 ELOG("Failed to parse the capability, errors: %s", message.c_str()); in ReadCapability()
H A DVirtualMessage.h24 std::string message; member in MessageInfo
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp94 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 DCommandLineInterface.h35 void ProcessCommandMessage(std::string message) const;
H A DCommandLine.cpp867 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 DLiteCommandParseFuzzer.cpp42 "abilityName":"hello","message":"{ action:'GET_WEATHER',city:'HangZhou' }"})"},
/ide/tools/previewer/test/unittest/mock_lite/
H A DVirtualMessageImplTest.cpp66 info.message = "test"; in TEST()
/ide/tools/previewer/automock/
H A Dbuild_jsmock_system_plugin.js47 console.warn(`(!) ${warning.message}`);
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1293 "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