/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_status_callback_interface.h | 69 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 D | bundle_status_callback_proxy.h | 61 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 D | launcher_service_test.cpp | 32 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 D | mock_bundle_status.h | 36 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {};
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/ |
H A D | bundlestatuscallbackproxy_fuzzer.cpp | 35 callbackProxy.OnBundleRemoved(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | bundle_status_callback.h | 36 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
|
H A D | bundle_status_callback.cpp | 204 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 D | bundle_monitor.cpp | 71 callback_->OnBundleRemoved(bundleName, userId, appIndex); in OnReceiveEvent()
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | bundle_status_adapter.h | 79 void OnBundleRemoved(const std::string &bundleName, const int userId) override {};
|
/foundation/window/window_manager/wm/src/ |
H A D | root_scene.cpp | 59 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 D | bms_bundle_mgr_proxy_test.cpp | 54 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 D | bms_launcher_service_system_test.cpp | 341 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 D | bundlemgr_proxy_test.cpp | 51 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 D | bms_search_system_test.cpp | 65 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 D | bms_bundle_kit_service_test.cpp | 470 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 D | bms_bundle_data_mgr_test.cpp | 928 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 D | acts_bms_kit_system_test.cpp | 146 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {};
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 205 void OnBundleRemoved(const std::string& bundleName, const int userId) override
|