Searched defs:strMsg (Results 1 – 7 of 7) sorted by relevance
436 …hrowInterError(napi_env env, std::shared_ptr<PromptAsyncContext>& asyncContext, std::string strMsg) in JSPromptThrowInterError()634 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptShowDialog() local663 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowDialog() local846 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptShowActionMenu() local874 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowActionMenu() local991 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptOpenCustomDialog() local1004 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptOpenCustomDialog() local1043 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptCloseCustomDialog() local1058 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptCloseCustomDialog() local
78 int DbinderTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnValue, in OnProcessMsg()
43 std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + message; in NapiThrow() local105 … std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + asyncContext->errMsg; in OnComplete() local
98 int DistributedTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnVa… in OnProcessMsg()
83 std::string strMsg = ErrorToMessage(callbackCode); in ProcessPromiseCallback() local
57 std::string strMsg = (iter != ERROR_CODE_TO_MSG.end() ? iter->second : "") + message; in NapiThrow() local
251 std::string strMsg = ErrorToMessage(asyncContext->callbackCode) + asyncContext->callbackMsg; in TriggerCallback() local