Home
last modified time | relevance | path

Searched refs:resultMsg_ (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dstatus_receiver_proxy.h49 std::string resultMsg_; member in OHOS::AppExecFwk::StatusReceiverProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dstatus_receiver_proxy.cpp653 resultMsg_ = resultMsg; in OnFinished()
668 if (!data.WriteString16(Str8ToStr16(resultMsg_))) { in OnFinished()
669 APP_LOGE("fail to call OnFinished, for write resultMsg_ failed"); in OnFinished()
691 resultMsg_ = result->second.clientMessage; in TransformResult()
694 resultMsg_ = MSG_ERR_UNKNOWN; in TransformResult()
696 APP_LOGD("result transformed is %{public}d, %{public}s", resultCode_, resultMsg_.c_str()); in TransformResult()

Completed in 3 milliseconds