Searched refs:strMsg (Results 1 – 7 of 7) sorted by relevance
/test/xts/acts/ability/ability_runtime/registerjserror/ActsRegisterJsErrorRely/entry/src/main/ets/entryability/ |
D | EntryAbility.ts | 70 onUnhandledException(strMsg){ 71 commonEventData.parameters.message = strMsg; 72 … console.info("====>Acts_RegisterJsErrorCallback_0100 onUnhandledException Message: " + strMsg); 93 onUnhandledException(strMsg: String){ 94 commonEventData.parameters.message = strMsg; 95 … console.info("====>Acts_RegisterJsErrorCallback_0200 onUnhandledException Message: " + strMsg); 124 onUnhandledException(strMsg: String){ 125 commonEventData.parameters.message = strMsg; 126 … console.info("====>Acts_UnregisterJsErrorCallback_0800 onUnhandledException Message: " + strMsg);
|
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
D | distribute_demo_agent.cpp | 82 void DistributeDemoAgent::OnProcessMsg(const std::string &strMsg, in OnProcessMsg() argument 87 if (strstr(strMsg.c_str(), strrq.c_str())) { in OnProcessMsg() 92 if (strstr(strMsg.c_str(), strrq.c_str())) { in OnProcessMsg() 95 return DistributedAgent::OnProcessMsg(strMsg, len, strReturnValue, returnValueLen); in OnProcessMsg()
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_major.h | 46 bool SendMessage(size_t devNo, const std::string &strMsg, int msgLen, 49 bool Notify(size_t devNo, const std::string &strMsg, int msgLen);
|
D | distributed_agent.h | 53 …virtual int OnProcessMsg(const std::string &strMsg, int msgLen, std::string &strReturnValue, int r…
|
D | distributed_major.cpp | 291 bool DistributeTestEnvironment::SendMessage(size_t devNo, const std::string &strMsg, int msgLen, in SendMessage() argument 299 …errno_t ret = memcpy_s(pCmdTest->alignmentCmd, MAX_BUFF_LEN - DST_COMMAND_HEAD_LEN, strMsg.c_str()… in SendMessage() 311 bool DistributeTestEnvironment::Notify(size_t devNo, const std::string &strMsg, int msgLen) in Notify() argument 323 errno_t ret = memcpy_s(pCmdTest->alignmentCmd, dstMax, strMsg.c_str(), msgLen); in Notify()
|
D | distributed_agent.cpp | 306 int DistributedAgent::OnProcessMsg(const std::string &strMsg, int msgLen, in OnProcessMsg() argument
|
/test/xts/acts/ability/ability_runtime/registerjserror/ActsRegisterJsErrorTest/entry/src/main/ets/test/ |
D | Ability.test.ets | 28 onUnhandledException(strMsg){ 29 console.info("====>Acts_RegisterJsErrorCallback onUnhandledException Message: " + strMsg);
|