Home
last modified time | relevance | path

Searched defs:strMsg (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_agent.cpp78 int DbinderTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnValue, in OnProcessMsg() argument
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
H A Ddistribute_demo_agent.cpp82 void DistributeDemoAgent::OnProcessMsg(const std::string &strMsg, in OnProcessMsg() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test_agent.cpp99 int DistributedTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnValue, int returnBufL) in OnProcessMsg() argument
/foundation/arkui/ui_appearance/interfaces/kits/napi/src/
H A Djs_ui_appearance.cpp47 std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + message; in NapiThrow() local
161 std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + asyncContext->errMsg; in OnComplete() local
[all...]
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_agent.cpp306 int DistributedAgent::OnProcessMsg(const std::string &strMsg, int msgLen, in OnProcessMsg() argument
H A Ddistributed_major.cpp291 bool DistributeTestEnvironment::SendMessage(size_t devNo, const std::string &strMsg, int msgLen, in SendMessage() argument
311 bool DistributeTestEnvironment::Notify(size_t devNo, const std::string &strMsg, int msgLen) in Notify() argument
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp72 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : ""); in Convert2RetErr() local
82 std::string strMsg; in Convert2RetErr() local
/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp347 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : "") + " " + errorMessage; in CreateBusinessError() local
/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp661 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : "") + " " + errorMessage; in CreateBusinessError() local
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp284 std::string strMsg = ErrorToMessage(asyncContext->callbackCode) + asyncContext->callbackMsg; in TriggerCallback() local
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp52 std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + message; in NapiThrow() local
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1291 void JSPromptThrowInterError(napi_env env, std::shared_ptr<PromptAsyncContext>& asyncContext, std::string& strMsg) in JSPromptThrowInterError() argument
1565 std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptShowDialog() local
1594 std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowDialog() local
1769 std::string strMsg in JSPromptShowActionMenu() local
1797 std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; JSPromptShowActionMenu() local
2002 std::string strMsg; GetErrorMsg() local
2144 std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; OpenCustomDialog() local
2218 std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; CloseCustomDialog() local
2310 std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; UpdateCustomDialog() local
[all...]

Completed in 18 milliseconds