Home
last modified time | relevance | path

Searched defs:strMsg (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
Ddbinder_test_agent.cpp78 int DbinderTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnValue, in OnProcessMsg()
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
Ddistributed_test_agent.cpp99 int DistributedTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnVa… in OnProcessMsg()
/foundation/arkui/ui_appearance/interfaces/kits/napi/src/
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
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
Dprompt_action.cpp1280 …rowInterError(napi_env env, std::shared_ptr<PromptAsyncContext>& asyncContext, std::string& strMsg) in JSPromptThrowInterError()
1563 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptShowDialog() local
1592 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowDialog() local
1777 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptShowActionMenu() local
1805 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowActionMenu() local
2022 std::string strMsg; in GetErrorMsg() local
2084 std::string strMsg = GetErrorMsg(errorCode); in ParseCustomDialogContentCallback() local
2136 std::string strMsg = GetErrorMsg(dialogId); in ParseCustomDialogIdCallback() local
2164 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in OpenCustomDialog() local
2238 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in CloseCustomDialog() local
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_nav_path_stack.cpp83 std::string strMsg = ErrorToMessage(callbackCode); in ProcessPromiseCallback() local
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
Djs_router.cpp294 std::string strMsg = ErrorToMessage(asyncContext->callbackCode) + asyncContext->callbackMsg; in TriggerCallback() local
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
Dnapi_utils.cpp61 std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + message; in NapiThrow() local