/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
D | installer_callback.cpp | 20 …tallerCallback::OnFinished(const int32_t resultCode, [[maybe_unused]] const std::string &resultMsg) in OnFinished() argument 23 resultMsgSignal_.set_value(resultMsg); in OnFinished()
|
D | installer_callback.h | 32 …virtual void OnFinished(const int32_t resultCode, [[maybe_unused]] const std::string &resultMsg) o…
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/ |
D | inner_receiver_impl.cpp | 29 void InnerReceiverImpl::OnFinished(const int32_t resultCode, const std::string &resultMsg) in OnFinished() argument 32 resultCode, resultMsg.c_str()); in OnFinished()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/bundlestatuscallbackproxy_fuzzer/ |
D | bundlestatuscallbackproxy_fuzzer.cpp | 29 std::string resultMsg (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() 32 reinterpret_cast<uintptr_t>(data), resultMsg, bundleName); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
D | status_receiver_impl.cpp | 41 void StatusReceiverImpl::OnFinished(const int32_t resultCode, const std::string &resultMsg) in OnFinished() argument 43 APP_LOGI("on finished result is %{public}d, %{public}s", resultCode, resultMsg.c_str()); in OnFinished()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
D | status_receiver_host.cpp | 50 std::string resultMsg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local 51 OnFinished(resultCode, resultMsg); in OnRemoteRequest()
|
D | bundle_status_callback_host.cpp | 52 std::string resultMsg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local 54 OnBundleStateChanged(installType, resultCode, resultMsg, bundleName); in OnRemoteRequest()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
D | distributed_sched_util.cpp | 50 void OnFinished(const int32_t resultCode, const std::string &resultMsg) override; 75 void StatusReceiverImpl::OnFinished(const int32_t resultCode, const std::string &resultMsg) in OnFinished() argument 77 HILOGI("on finished result is %{public}d, %{public}s", resultCode, resultMsg.c_str()); in OnFinished() 78 resultMsgSignal_.set_value(resultMsg); in OnFinished()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/ |
D | bms_permission_grant_system_test.cpp | 54 void OnFinished(const int32_t resultCode, const std::string &resultMsg) override; 81 void StatusReceiverImpl::OnFinished(const int32_t resultCode, const std::string &resultMsg) in OnFinished() argument 83 APP_LOGD("on finished result is %{public}d, %{public}s", resultCode, resultMsg.c_str()); in OnFinished() 84 resultMsgSignal_.set_value(resultMsg); in OnFinished() 94 std::string resultMsg = future.get(); in GetResultMsg() local 95 if (resultMsg == MSG_SUCCESS) { in GetResultMsg() 125 std::string resultMsg = future.get(); in GetSubscriberResultMsg() local 126 return resultMsg; in GetSubscriberResultMsg()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
D | install_result.cpp | 41 {JSON_KEY_RESULT_RESULTMSG, result.resultMsg}, in to_json() 61 result.resultMsg, in from_json() 157 resultMsg = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 165 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(resultMsg)); in Marshalling()
|
/foundation/filemanagement/app_file_service/tests/mock/module_external/ |
D | inner_receiver_impl_mock.cpp | 28 void InnerReceiverImpl::OnFinished(const int32_t resultCode, const std::string &resultMsg) {} in OnFinished() argument
|
/foundation/bundlemanager/bundle_framework/services/test/mock/src/ |
D | mock_status_receiver.cpp | 20 …StatusReceiver::OnFinished(const int32_t resultCode, [[maybe_unused]] const std::string &resultMsg) in OnFinished() argument
|
/foundation/ability/ability_runtime/test/moduletest/mock/src/appmgr/ |
D | mock_status_receiver.cpp | 20 …StatusReceiver::OnFinished(const int32_t resultCode, [[maybe_unused]] const std::string& resultMsg) in OnFinished() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
D | mock_status_receiver.cpp | 20 …StatusReceiver::OnFinished(const int32_t resultCode, [[maybe_unused]] const std::string &resultMsg) in OnFinished() argument
|
D | mock_bundle_status.cpp | 21 …const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged() argument
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/ |
D | installer_proxy_test.cpp | 36 virtual void OnFinished(const int32_t resultCode, const std::string &resultMsg) override; 48 void InstallerProxyTest::OnFinished(const int32_t resultCode, const std::string &resultMsg) in OnFinished() argument
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/ |
D | launcher_service_test.cpp | 29 const std::string &resultMsg, const std::string &bundleName) override; 38 const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged() argument
|
/foundation/bundlemanager/bundle_framework/services/test/mock/include/ |
D | mock_status_receiver.h | 33 …virtual void OnFinished(const int32_t resultCode, [[maybe_unused]] const std::string &resultMsg) o…
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/appmgr/ |
D | mock_status_receiver.h | 33 …virtual void OnFinished(const int32_t resultCode, [[maybe_unused]] const std::string& resultMsg) o…
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
D | status_receiver_impl.h | 31 virtual void OnFinished(const int32_t resultCode, const std::string &resultMsg) override;
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_external/ |
D | inner_receiver_impl.h | 31 virtual void OnFinished(const int32_t resultCode, const std::string &resultMsg) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
D | mock_status_receiver.h | 33 …virtual void OnFinished(const int32_t resultCode, [[maybe_unused]] const std::string &resultMsg) o…
|
D | mock_bundle_status.h | 32 …ndleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
D | status_receiver_proxy.h | 40 virtual void OnFinished(const int32_t resultCode, const std::string &resultMsg) override;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
D | bundle_status_callback_interface.h | 38 …ndleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
|