Home
last modified time | relevance | path

Searched refs:AbilityBundleEventCallback (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_bundle_event_callback.cpp33 AbilityBundleEventCallback::AbilityBundleEventCallback( in AbilityBundleEventCallback() function in OHOS::AAFwk::AbilityBundleEventCallback
37 void AbilityBundleEventCallback::OnReceiveEvent(const EventFwk::CommonEventData eventData) in OnReceiveEvent()
84 void AbilityBundleEventCallback::HandleRemoveUriPermission(uint32_t tokenId) in HandleRemoveUriPermission()
93 void AbilityBundleEventCallback::HandleUpdatedModuleInfo(const std::string &bundleName, int32_t uid) in HandleUpdatedModuleInfo()
95 wptr<AbilityBundleEventCallback> weakThis = this; in HandleUpdatedModuleInfo()
97 sptr<AbilityBundleEventCallback> sharedThis = weakThis.promote(); in HandleUpdatedModuleInfo()
107 void AbilityBundleEventCallback::HandleAppUpgradeCompleted(const std::string &bundleName, int32_t uid) in HandleAppUpgradeCompleted()
109 wptr<AbilityBundleEventCallback> weakThis = this; in HandleAppUpgradeCompleted()
111 sptr<AbilityBundleEventCallback> sharedThi in HandleAppUpgradeCompleted()
[all...]
H A Dability_manager_service.cpp2586 new (std::nothrow) AbilityBundleEventCallback(taskHandler_, abilityAutoStartupService_); in SubscribeBundleEventCallback()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_bundle_event_callback.h32 class AbilityBundleEventCallback : public AppExecFwk::BundleEventCallbackHost { class
34 explicit AbilityBundleEventCallback(std::shared_ptr<TaskHandlerWrap> taskHandler,
37 ~AbilityBundleEventCallback() = default;
53 DISALLOW_COPY_AND_MOVE(AbilityBundleEventCallback);
H A Dability_manager_service.h2414 sptr<AbilityBundleEventCallback> abilityBundleEventCallback_;
/foundation/ability/ability_runtime/test/unittest/ability_bundle_event_callback_test/
H A Dability_bundle_event_callback_test.cpp49 sptr<AbilityBundleEventCallback> abilityBundleEventCallback_ = in HWTEST_F()
50 new (std::nothrow) AbilityBundleEventCallback(nullptr, nullptr); in HWTEST_F()
64 sptr<AbilityBundleEventCallback> abilityBundleEventCallback_ = in HWTEST_F()
65 new (std::nothrow) AbilityBundleEventCallback(nullptr, nullptr); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp1941 abilityMs->abilityBundleEventCallback_ = new (std::nothrow) AbilityBundleEventCallback(nullptr, nullptr); in HWTEST_F()
1967 abilityMs->abilityBundleEventCallback_ = new (std::nothrow) AbilityBundleEventCallback(nullptr, nullptr); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp266 abilityMs->abilityBundleEventCallback_ = new (std::nothrow) AbilityBundleEventCallback(nullptr, nullptr); in HWTEST_F()

Completed in 34 milliseconds