/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/ |
H A D | launcher_service_test.cpp | 28 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, 37 void TestBundleStatusCallback::OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, in OnBundleStateChanged() function in OHOS::AppExecFwk::TestBundleStatusCallback
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_bundle_status.h | 32 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_status.cpp | 20 void MockBundleStatus::OnBundleStateChanged( in OnBundleStateChanged() function in OHOS::AppExecFwk::MockBundleStatus
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/ |
H A D | bundlestatuscallbackproxy_fuzzer.cpp | 31 callbackProxy.OnBundleStateChanged(reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_status_callback_host.cpp | 54 OnBundleStateChanged(installType, resultCode, resultMsg, bundleName); in OnRemoteRequest()
|
H A D | bundle_status_callback_proxy.cpp | 194 void BundleStatusCallbackProxy::OnBundleStateChanged( in OnBundleStateChanged() function in OHOS::AppExecFwk::BundleStatusCallbackProxy 202 APP_LOGE("fail to OnBundleStateChanged due to write MessageParcel fail"); in OnBundleStateChanged() 206 APP_LOGE("fail to call OnBundleStateChanged, for write installType failed"); in OnBundleStateChanged() 210 APP_LOGE("fail to call OnBundleStateChanged, for write resultCode failed"); in OnBundleStateChanged() 218 APP_LOGE("fail to call OnBundleStateChanged, for write resultMsg failed"); in OnBundleStateChanged() 222 APP_LOGE("fail to call OnBundleStateChanged, for write bundleName failed"); in OnBundleStateChanged() 228 APP_LOGE("fail to call OnBundleStateChanged, for Remote() is nullptr"); in OnBundleStateChanged() 235 APP_LOGW("call OnBundleStateChanged fail for transact failed, error code: %{public}d", ret); in OnBundleStateChanged()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_status_callback_interface.h | 38 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
|
H A D | bundle_status_callback_proxy.h | 40 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | bundle_status_callback.h | 32 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | bundle_status_adapter.h | 75 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
|
H A D | bundle_status_adapter.cpp | 202 void BundleStatusCallbackImpl::OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, in OnBundleStateChanged() function in OHOS::AVSession::BundleStatusCallbackImpl
|
/foundation/window/window_manager/wm/src/ |
H A D | root_scene.cpp | 46 void OnBundleStateChanged(const uint8_t installType,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/ |
H A D | bms_bundle_mgr_proxy_test.cpp | 50 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, 58 void IBundleStatusCallbackTest::OnBundleStateChanged(const uint8_t installType, in OnBundleStateChanged() function in OHOS::AppExecFwk::IBundleStatusCallbackTest
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 47 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
57 void BundleStatusCallbackImpl::OnBundleStateChanged(
in OnBundleStateChanged() function in __anon4231::BundleStatusCallbackImpl
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_common_event_mgr.cpp | 111 callback->OnBundleStateChanged(installType, installResult.resultCode, Constants::EMPTY_STRING, in NotifyBundleStatus()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 61 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, 81 void BundleStatusCallbackImpl::OnBundleStateChanged( in OnBundleStateChanged() function in OHOS::AppExecFwk::BundleStatusCallbackImpl 84 APP_LOGI("Bms_Search_St OnBundleStateChanged results are %{public}d, %{public}d, %{public}s, %{public}s", in OnBundleStateChanged()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 337 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, 348 void TestBundleStatusCallback::OnBundleStateChanged( in OnBundleStateChanged() function in OHOS::AppExecFwk::TestBundleStatusCallback 351 GTEST_LOG_(INFO) << "OnBundleStateChanged " << resultMsg << " bundle name is " << bundleName; in OnBundleStateChanged()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 466 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string& resultMsg, 474 void IBundleStatusCallbackTest::OnBundleStateChanged( in OnBundleStateChanged() function in OHOS::IBundleStatusCallbackTest 7346 * @tc.name: OnBundleStateChanged 7359 proxy->OnBundleStateChanged(installType, resultCode, resultMsg, BUNDLE_NAME_TEST); in HWTEST_F() 7401 * @tc.name: OnBundleStateChanged 7415 proxy->OnBundleStateChanged(installType, resultCode, resultMsg, BUNDLE_NAME_TEST); in HWTEST_F() 7421 * @tc.name: OnBundleStateChanged 7435 proxy->OnBundleStateChanged(installType, resultCode, resultMsg, BUNDLE_NAME_TEST); in HWTEST_F() 7443 * @tc.name: OnBundleStateChanged 7457 proxy->OnBundleStateChanged(installTyp in HWTEST_F() [all...] |
H A D | bms_bundle_data_mgr_test.cpp | 924 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, 932 void IBundleStatusCallbackTest::OnBundleStateChanged(const uint8_t installType, in OnBundleStateChanged() function in OHOS::IBundleStatusCallbackTest
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 142 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, 162 void BundleStatusCallbackImpl::OnBundleStateChanged( in OnBundleStateChanged() function in OHOS::AppExecFwk::BundleStatusCallbackImpl 165 APP_LOGI("BMS_Kit_St OnBundleStateChanged results are %{public}d, %{public}d, %{public}s, %{public}s", in OnBundleStateChanged()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 192 void OnBundleStateChanged(const uint8_t installType,
|