| /foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
| H A D | dbinder_test_agent.cpp | 78 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 D | distribute_demo_agent.cpp | 82 void DistributeDemoAgent::OnProcessMsg(const std::string &strMsg, in OnProcessMsg() argument
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/ |
| H A D | distributed_test_agent.cpp | 99 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 D | js_ui_appearance.cpp | 47 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 D | distributed_agent.cpp | 306 int DistributedAgent::OnProcessMsg(const std::string &strMsg, int msgLen,
in OnProcessMsg() argument
|
| H A D | distributed_major.cpp | 291 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 D | cj_request_impl.cpp | 72 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 D | js_util.cpp | 347 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : "") + " " + errorMessage;
in CreateBusinessError() local
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | napi_utils.cpp | 661 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : "") + " " + errorMessage;
in CreateBusinessError() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
| H A D | js_router.cpp | 284 std::string strMsg = ErrorToMessage(asyncContext->callbackCode) + asyncContext->callbackMsg; in TriggerCallback() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
| H A D | napi_utils.cpp | 52 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 D | prompt_action.cpp | 1291 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...] |