Searched defs:strMsg (Results 1 – 7 of 7) sorted by relevance
78 int DbinderTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnValue, in OnProcessMsg()
99 int DistributedTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnVa… in OnProcessMsg()
47 std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + message; in NapiThrow() local161 … std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + asyncContext->errMsg; in OnComplete() local
1280 …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() local1592 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowDialog() local1777 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptShowActionMenu() local1805 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowActionMenu() local2022 std::string strMsg; in GetErrorMsg() local2084 std::string strMsg = GetErrorMsg(errorCode); in ParseCustomDialogContentCallback() local2136 std::string strMsg = GetErrorMsg(dialogId); in ParseCustomDialogIdCallback() local2164 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in OpenCustomDialog() local2238 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in CloseCustomDialog() local[all …]
83 std::string strMsg = ErrorToMessage(callbackCode); in ProcessPromiseCallback() local
294 std::string strMsg = ErrorToMessage(asyncContext->callbackCode) + asyncContext->callbackMsg; in TriggerCallback() local
61 std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + message; in NapiThrow() local