Home
last modified time | relevance | path

Searched refs:OnBundleUpdated (Results 1 - 23 of 23) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_status_callback_interface.h57 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) = 0;
59 virtual void OnBundleUpdated(const std::string &bundleName, const int userId, const int32_t appIndex) in OnBundleUpdated() function in OHOS::AppExecFwk::IBundleStatusCallback
61 OnBundleUpdated(bundleName, userId); in OnBundleUpdated()
H A Dbundle_status_callback_proxy.h54 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override {};
55 virtual void OnBundleUpdated(const std::string &bundleName, const int userId, const int32_t appIndex) override {};
/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp51 rootScene_->OnBundleUpdated(bundleName);
54 void OnBundleUpdated(const std::string& bundleName, const int userId) override
56 rootScene_->OnBundleUpdated(bundleName);
187 void RootScene::OnBundleUpdated(const std::string& bundleName) in OnBundleUpdated() function in OHOS::Rosen::RootScene
H A Dscreen_scene.cpp141 void ScreenScene::OnBundleUpdated(const std::string& bundleName) in OnBundleUpdated() function in OHOS::Rosen::ScreenScene
/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp31 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override;
45 void TestBundleStatusCallback::OnBundleUpdated(const std::string &bundleName, const int userId) in OnBundleUpdated() function in OHOS::AppExecFwk::TestBundleStatusCallback
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_bundle_status.h35 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override {};
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/
H A Dbundlestatuscallbackproxy_fuzzer.cpp34 callbackProxy.OnBundleUpdated(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h35 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override;
H A Dbundle_status_callback.cpp135 void BundleStatusCallback::OnBundleUpdated(const std::string& bundleName, const int userId) in OnBundleUpdated() function in BundleStatusCallback
141 APP_LOGW("BundleStatusCallback OnBundleUpdated work is nullptr bundleName : %{public}s", bundleName.c_str()); in OnBundleUpdated()
151 APP_LOGW("BundleStatusCallback OnBundleUpdated asyncCallbackInfo is nullptr bundleName : %{public}s", in OnBundleUpdated()
158 APP_LOGW("BundleStatusCallback OnBundleUpdated loop is nullptr bundleName : %{public}s", bundleName.c_str()); in OnBundleUpdated()
163 loop, work, [](uv_work_t* work) { APP_LOGI("BundleStatusCallback OnBundleUpdated asyn work done"); }, in OnBundleUpdated()
165 APP_LOGI("BundleStatusCallback OnBundleUpdated in JS Thread"); in OnBundleUpdated()
194 APP_LOGE("OnBundleUpdated failed due to call uv_queue_work failed"); in OnBundleUpdated()
220 APP_LOGW("BundleStatusCallback OnBundleUpdated asyncCallbackInfo is nullptr bundleName : %{public}s", in OnBundleRemoved()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_monitor.cpp69 callback_->OnBundleUpdated(bundleName, userId, appIndex); in OnReceiveEvent()
/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.h78 void OnBundleUpdated(const std::string &bundleName, const int userId) override {};
/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h49 void OnBundleUpdated(const std::string& bundleName);
H A Droot_scene.h55 void OnBundleUpdated(const std::string& bundleName);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp53 void OnBundleUpdated(const std::string &bundleName, const int userId);
65 void IBundleStatusCallbackTest::OnBundleUpdated(const std::string &bundleName, const int userId) in OnBundleUpdated() function in OHOS::AppExecFwk::IBundleStatusCallbackTest
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp340 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override;
360 void TestBundleStatusCallback::OnBundleUpdated(const std::string &bundleName, const int userId) in OnBundleUpdated() function in OHOS::AppExecFwk::TestBundleStatusCallback
362 GTEST_LOG_(INFO) << "OnBundleUpdated bundle name " << bundleName << "is exist"; in OnBundleUpdated()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp50 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override {};
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp342 * @tc.name: OnBundleUpdated
346 HWTEST_F(SceneSessionManagerTest5, OnBundleUpdated, Function | SmallTest | Level3) in HWTEST_F()
372 ssm_->OnBundleUpdated(sessionInfo.bundleName_, 0); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp64 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override{};
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h410 void OnBundleUpdated(const std::string& bundleName, int userId);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp197 SceneSessionManager::GetInstance().OnBundleUpdated(bundleName, userId);
200 void OnBundleUpdated(const std::string& bundleName, const int userId) override
202 SceneSessionManager::GetInstance().OnBundleUpdated(bundleName, userId);
207 SceneSessionManager::GetInstance().OnBundleUpdated(bundleName, userId);
3482 void SceneSessionManager::OnBundleUpdated(const std::string& bundleName, int userId) in OnBundleUpdated() function in OHOS::Rosen::SceneSessionManager
3491 "OnBundleUpdated"); in OnBundleUpdated()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp469 void OnBundleUpdated(const std::string& bundleName, const int userId);
483 void IBundleStatusCallbackTest::OnBundleUpdated(const std::string& bundleName, const int userId) in OnBundleUpdated() function in OHOS::IBundleStatusCallbackTest
7377 proxy->OnBundleUpdated(bundleName, DEFAULT_USER_ID_TEST); in HWTEST_F()
13581 * @tc.name: test IBundleStatusCallback interface OnBundleUpdated
13588 bundleStatusCallback->OnBundleUpdated("", DEFAULT_USERID, APP_INDEX); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp927 void OnBundleUpdated(const std::string &bundleName, const int userId);
939 void IBundleStatusCallbackTest::OnBundleUpdated(const std::string &bundleName, const int userId) in OnBundleUpdated() function in OHOS::IBundleStatusCallbackTest
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp145 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override {};

Completed in 83 milliseconds