Home
last modified time | relevance | path

Searched refs:OnBundleRemoved (Results 1 - 18 of 18) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_status_callback_interface.h69 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) = 0;
71 virtual void OnBundleRemoved(const std::string &bundleName, const int userId, const int32_t appIndex) in OnBundleRemoved() function in OHOS::AppExecFwk::IBundleStatusCallback
73 OnBundleRemoved(bundleName, userId); in OnBundleRemoved()
H A Dbundle_status_callback_proxy.h61 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {};
62 virtual void OnBundleRemoved(const std::string &bundleName, const int userId, const int32_t appIndex) override {};
/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp32 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
49 void TestBundleStatusCallback::OnBundleRemoved(const std::string &bundleName, const int userId) in OnBundleRemoved() function in OHOS::AppExecFwk::TestBundleStatusCallback
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_bundle_status.h36 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {};
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/
H A Dbundlestatuscallbackproxy_fuzzer.cpp35 callbackProxy.OnBundleRemoved(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h36 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
H A Dbundle_status_callback.cpp204 void BundleStatusCallback::OnBundleRemoved(const std::string& bundleName, const int userId) in OnBundleRemoved() function in BundleStatusCallback
210 APP_LOGW("BundleStatusCallback OnBundleRemoved work is nullptr bundleName : %{public}s", bundleName.c_str()); in OnBundleRemoved()
227 APP_LOGW("BundleStatusCallback OnBundleRemoved loop is nullptr bundleName : %{public}s", bundleName.c_str()); in OnBundleRemoved()
232 loop, work, [](uv_work_t* work) { APP_LOGI("BundleStatusCallback OnBundleRemoved asyn work done"); }, in OnBundleRemoved()
234 APP_LOGI("BundleStatusCallback OnBundleRemoved in JS Thread"); in OnBundleRemoved()
264 APP_LOGE("OnBundleRemoved failed due to call uv_queue_work failed"); in OnBundleRemoved()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_monitor.cpp71 callback_->OnBundleRemoved(bundleName, userId, appIndex); in OnReceiveEvent()
/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.h79 void OnBundleRemoved(const std::string &bundleName, const int userId) override {};
/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp59 void OnBundleRemoved(const std::string& bundleName, const int userId) override {}
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp54 void OnBundleRemoved(const std::string &bundleName, const int userId);
68 void IBundleStatusCallbackTest::OnBundleRemoved(const std::string &bundleName, const int userId) in OnBundleRemoved() 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.cpp341 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
367 void TestBundleStatusCallback::OnBundleRemoved(const std::string &bundleName, const int userId) in OnBundleRemoved() function in OHOS::AppExecFwk::TestBundleStatusCallback
369 GTEST_LOG_(INFO) << "OnBundleRemoved bundle name " << bundleName << "is exist"; in OnBundleRemoved()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp51 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {};
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp65 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override{};
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp470 void OnBundleRemoved(const std::string& bundleName, const int userId);
488 void IBundleStatusCallbackTest::OnBundleRemoved(const std::string& bundleName, const int userId) in OnBundleRemoved() function in OHOS::IBundleStatusCallbackTest
7365 * @tc.name: OnBundleRemoved
7379 proxy->OnBundleRemoved(bundleName, DEFAULT_USER_ID_TEST); in HWTEST_F()
13595 * @tc.name: test IBundleStatusCallback interface OnBundleRemoved
13602 bundleStatusCallback->OnBundleRemoved("", DEFAULT_USERID, APP_INDEX); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp928 void OnBundleRemoved(const std::string &bundleName, const int userId);
942 void IBundleStatusCallbackTest::OnBundleRemoved(const std::string &bundleName, const int userId) in OnBundleRemoved() function in OHOS::IBundleStatusCallbackTest
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp146 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {};
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp205 void OnBundleRemoved(const std::string& bundleName, const int userId) override

Completed in 77 milliseconds