Home
last modified time | relevance | path

Searched defs:bundleStatusCallback (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_status_callback.cpp20 void ClearBundleStatusCallback(BundleStatusCallback *bundleStatusCallback) in ClearBundleStatusCallback()
H A Dbundle_manager.cpp46 int32_t RegisterCallback(BundleStatusCallback *bundleStatusCallback) in RegisterCallback()
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.cpp73 auto bundleStatusCallback = [this](std::string bundleName, int32_t userId) { in SubscribeBundleStatusEvent() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp39 sptr<IBundleStatusCallback> bundleStatusCallback; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp533 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
546 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
1628 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp51 OHOS::sptr<BundleStatusCallback> bundleStatusCallback = nullptr; member
84 OHOS::sptr<BundleStatusCallback>& bundleStatusCallback, napi_value args) in ParseBundleStatusCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp757 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl… in BenchmarkTestRegisterBundleStatusCallback() local
778 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl… in BenchmarkTestClearBundleStatusCallback() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h731 … virtual bool RegisterBundleStatusCallback(const sptr<IBundleStatusCallback> &bundleStatusCallback) in RegisterBundleStatusCallback()
750 virtual bool ClearBundleStatusCallback(const sptr<IBundleStatusCallback> &bundleStatusCallback) in ClearBundleStatusCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4647 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
4666 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
4686 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
4706 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
4721 sptr<IBundleStatusCallback> bundleStatusCallback = nullptr; variable
4769 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
4795 sptr<MockBundleStatus> bundleStatusCallback = new (std::nothrow) MockBundleStatus(); variable
13385 …std::shared_ptr<IBundleStatusCallback> bundleStatusCallback = std::make_shared<IBundleStatusCallba… variable
13399 …std::shared_ptr<IBundleStatusCallback> bundleStatusCallback = std::make_shared<IBundleStatusCallba… variable
13413 …std::shared_ptr<IBundleStatusCallback> bundleStatusCallback = std::make_shared<IBundleStatusCallba… variable
H A Dbms_bundle_data_mgr_test.cpp4273 … sptr<IBundleStatusCallback> bundleStatusCallback = new (std::nothrow) IBundleStatusCallbackTest(); variable
4351 … sptr<IBundleStatusCallback> bundleStatusCallback = new (std::nothrow) IBundleStatusCallbackTest(); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp1120 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl… variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp3271 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl… variable
3327 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl… variable
3387 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl… variable
3447 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl… variable
3504 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl… variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp1711 …ool BundleMgrProxy::RegisterBundleStatusCallback(const sptr<IBundleStatusCallback> &bundleStatusCa… in RegisterBundleStatusCallback()
1800 bool BundleMgrProxy::ClearBundleStatusCallback(const sptr<IBundleStatusCallback> &bundleStatusCallb… in ClearBundleStatusCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1733 … BundleMgrHostImpl::RegisterBundleStatusCallback(const sptr<IBundleStatusCallback> &bundleStatusCa… in RegisterBundleStatusCallback()
1794 …ool BundleMgrHostImpl::ClearBundleStatusCallback(const sptr<IBundleStatusCallback> &bundleStatusCa… in ClearBundleStatusCallback()
H A Dbundle_data_mgr.cpp4393 bool BundleDataMgr::RegisterBundleStatusCallback(const sptr<IBundleStatusCallback> &bundleStatusCal… in RegisterBundleStatusCallback()
4459 bool BundleDataMgr::ClearBundleStatusCallback(const sptr<IBundleStatusCallback> &bundleStatusCallba… in ClearBundleStatusCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2431 sptr<IBundleStatusCallback> bundleStatusCallback; variable