Home
last modified time | relevance | path

Searched refs:OnBundleAdded (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.h45 virtual void OnBundleAdded(const std::string &bundleName, const int userId) = 0;
47 virtual void OnBundleAdded(const std::string &bundleName, const int userId, const int32_t appIndex) in OnBundleAdded() function in OHOS::AppExecFwk::IBundleStatusCallback
49 OnBundleAdded(bundleName, userId); in OnBundleAdded()
H A Dbundle_status_callback_proxy.h47 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override {};
48 virtual void OnBundleAdded(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.cpp30 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
41 void TestBundleStatusCallback::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded() function in OHOS::AppExecFwk::TestBundleStatusCallback
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_bundle_status.h34 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override {};
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/
H A Dbundlestatuscallbackproxy_fuzzer.cpp33 callbackProxy.OnBundleAdded(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h34 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
H A Dbundle_status_callback.cpp69 void BundleStatusCallback::OnBundleAdded(const std::string& bundleName, const int userId) in OnBundleAdded() function in BundleStatusCallback
75 APP_LOGW("BundleStatusCallback OnBundleAdded work is nullptr bundleName : %{public}s", bundleName.c_str()); in OnBundleAdded()
85 APP_LOGW("BundleStatusCallback OnBundleAdded asyncCallbackInfo is nullptr bundleName : %{public}s", in OnBundleAdded()
92 APP_LOGW("BundleStatusCallback OnBundleAdded loop is nullptr bundleName : %{public}s", bundleName.c_str()); in OnBundleAdded()
97 loop, work, [](uv_work_t* work) { APP_LOGI("BundleStatusCallback OnBundleAdded asyn work done"); }, in OnBundleAdded()
100 APP_LOGI("BundleStatusCallback OnBundleAdded in JS Thread"); in OnBundleAdded()
129 APP_LOGE("OnBundleAdded failed due to call uv_queue_work failed"); in OnBundleAdded()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_monitor.cpp67 callback_->OnBundleAdded(bundleName, userId, appIndex); in OnReceiveEvent()
/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.h77 void OnBundleAdded(const std::string &bundleName, const int userId) override {};
/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp49 void OnBundleAdded(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.cpp52 void OnBundleAdded(const std::string &bundleName, const int userId);
62 void IBundleStatusCallbackTest::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded() 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.cpp339 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
353 void TestBundleStatusCallback::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded() function in OHOS::AppExecFwk::TestBundleStatusCallback
355 GTEST_LOG_(INFO) << "OnBundleAdded bundle name " << bundleName << "is exist"; in OnBundleAdded()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp49 virtual void OnBundleAdded(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.cpp63 virtual void OnBundleAdded(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.cpp468 void OnBundleAdded(const std::string& bundleName, const int userId);
478 void IBundleStatusCallbackTest::OnBundleAdded(const std::string& bundleName, const int userId) in OnBundleAdded() function in OHOS::IBundleStatusCallbackTest
7376 proxy->OnBundleAdded(bundleName, DEFAULT_USER_ID_TEST); in HWTEST_F()
13567 * @tc.name: test IBundleStatusCallback interface OnBundleAdded
13574 bundleStatusCallback->OnBundleAdded("", DEFAULT_USERID, APP_INDEX); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp926 void OnBundleAdded(const std::string &bundleName, const int userId);
936 void IBundleStatusCallbackTest::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded() function in OHOS::IBundleStatusCallbackTest
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp144 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override {};
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp195 void OnBundleAdded(const std::string& bundleName, const int userId) override

Completed in 83 milliseconds