Home
last modified time | relevance | path

Searched refs:SubscribeSystemProcess (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs25 RemoveSystemAbility, SendStrategy, SubscribeSystemAbility, SubscribeSystemProcess,
243 UnsubscribeHandler::new(Unsubscribe::Process(SubscribeSystemProcess( in subscribe_system_process()
H A Dwrapper.rs122 fn SubscribeSystemProcess( in SubscribeSystemProcess() function
/ohos5.0/base/location/test/mock/include/
H A Dmock_if_system_ability_manager.h52 … MOCK_METHOD(int32_t, SubscribeSystemProcess, (const sptr<ISystemProcessStatusChange>& listener));
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dondemand_helper.h47 void SubscribeSystemProcess();
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h49 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange> &));
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_system_ability_manager.h49 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange> &));
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp295 std::unique_ptr<UnSubscribeSystemProcessHandler> SubscribeSystemProcess( in SubscribeSystemProcess() function
304 sysm->SubscribeSystemProcess(listener); in SubscribeSystemProcess()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp185 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& l… in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h62 std::unique_ptr<UnSubscribeSystemProcessHandler> SubscribeSystemProcess(
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_service_registry.cpp188 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& l… in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h50 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange>& listener));
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h129 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override in SubscribeSystemProcess() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dondemand_helper.cpp84 void OnDemandHelper::SubscribeSystemProcess() in SubscribeSystemProcess() function in OHOS::OnDemandHelper
91 int32_t ret = sm->SubscribeSystemProcess(systemProcessStatusChange_); in SubscribeSystemProcess()
523 ondemandHelper.SubscribeSystemProcess(); in TestProcess()
H A Dsystem_ability_mgr_proxy_test.cpp966 int32_t ret = sm->SubscribeSystemProcess(systemProcessStatusChange);
1167 int32_t ret = samgrProxy->SubscribeSystemProcess(nullptr);
H A Dsystem_ability_mgr_test.cpp2306 int32_t ret = saMgr->SubscribeSystemProcess(systemProcessStatusChange);
2322 int32_t ret = saMgr->SubscribeSystemProcess(systemProcessStatusChange);
2338 int32_t ret = saMgr->SubscribeSystemProcess(listener);
H A Dsystem_ability_state_scheduler_test.cpp1772 int32_t ret = systemAbilityStateScheduler->SubscribeSystemProcess(listener);
1792 int32_t ret = systemAbilityStateScheduler->SubscribeSystemProcess(listener);
1811 int32_t ret = systemAbilityStateScheduler->SubscribeSystemProcess(listener);
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp187 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& l… in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_service_registry.cpp173 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& l… in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/location/test/mock/src/
H A Dmock_service_registry.cpp147 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& l… in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp188 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& l… in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h253 virtual int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) = 0;
H A Dsystem_ability_manager_proxy.h218 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h60 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h128 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1261 int32_t SystemAbilityManager::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listen… in SubscribeSystemProcess() function in OHOS::SystemAbilityManager
1267 return abilityStateScheduler_->SubscribeSystemProcess(listener); in SubscribeSystemProcess()

12