Home
last modified time | relevance | path

Searched refs:resultMsg (Results 1 – 5 of 5) sorted by relevance

/base/security/access_token/tools/accesstoken/src/
Datm_receiver_impl.cpp38 void AtmReceiverImpl::OnFinished(const int32_t resultCode, const std::string &resultMsg) in OnFinished() argument
40 …EN_LOG_DEBUG(LABEL, "on finished result is %{public}d, %{public}s", resultCode, resultMsg.c_str()); in OnFinished()
/base/security/access_token/tools/accesstoken/include/
Datm_receiver_impl.h31 virtual void OnFinished(const int32_t resultCode, const std::string &resultMsg) override;
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/include/
Dgetparam.h396 …ndleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, in OnBundleStateChanged() argument
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/include/
Dnotificationgetparam.h281 …ndleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, in OnBundleStateChanged() argument
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp948 std::string resultMsg = psueManager_->Convert(src, outValue); in ProcessPsuedoTranslate() local
949 if (resultMsg != "") { in ProcessPsuedoTranslate()