Home
last modified time | relevance | path

Searched refs:OnBundleStateChanged (Results 1 - 21 of 21) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp28 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 Dmock_bundle_status.h32 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 Dmock_bundle_status.cpp20 void MockBundleStatus::OnBundleStateChanged( in OnBundleStateChanged() function in OHOS::AppExecFwk::MockBundleStatus
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/
H A Dbundlestatuscallbackproxy_fuzzer.cpp31 callbackProxy.OnBundleStateChanged(reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_status_callback_host.cpp54 OnBundleStateChanged(installType, resultCode, resultMsg, bundleName); in OnRemoteRequest()
H A Dbundle_status_callback_proxy.cpp194 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 Dbundle_status_callback_interface.h38 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
H A Dbundle_status_callback_proxy.h40 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 Dbundle_status_callback.h32 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.h75 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
H A Dbundle_status_adapter.cpp202 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 Droot_scene.cpp46 void OnBundleStateChanged(const uint8_t installType,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp50 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 Dbundlemgr_proxy_test.cpp47 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 Dbundle_common_event_mgr.cpp111 callback->OnBundleStateChanged(installType, installResult.resultCode, Constants::EMPTY_STRING, in NotifyBundleStatus()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp61 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 Dbms_launcher_service_system_test.cpp337 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 Dbms_bundle_kit_service_test.cpp466 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 Dbms_bundle_data_mgr_test.cpp924 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 Dacts_bms_kit_system_test.cpp142 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 Dscene_session_manager.cpp192 void OnBundleStateChanged(const uint8_t installType,

Completed in 78 milliseconds