Searched refs:resultMsg_ (Results 1 – 2 of 2) sorted by relevance
663 resultMsg_ = resultMsg; in OnFinished()678 if (!data.WriteString16(Str8ToStr16(resultMsg_))) { in OnFinished()701 resultMsg_ = result->second.clientMessage; in TransformResult()704 resultMsg_ = MSG_ERR_UNKNOWN; in TransformResult()706 APP_LOGD("result transformed is %{public}d, %{public}s", resultCode_, resultMsg_.c_str()); in TransformResult()
49 std::string resultMsg_; variable