/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | manage.rs | 25 RemoveSystemAbility, SendStrategy, SubscribeSystemAbility, SubscribeSystemProcess, 243 UnsubscribeHandler::new(Unsubscribe::Process(SubscribeSystemProcess( in subscribe_system_process()
|
H A D | wrapper.rs | 122 fn SubscribeSystemProcess( in SubscribeSystemProcess() function
|
/ohos5.0/base/location/test/mock/include/ |
H A D | mock_if_system_ability_manager.h | 52 … MOCK_METHOD(int32_t, SubscribeSystemProcess, (const sptr<ISystemProcessStatusChange>& listener));
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/ |
H A D | ondemand_helper.h | 47 void SubscribeSystemProcess();
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_system_ability_manager.h | 49 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange> &));
|
/ohos5.0/base/notification/common_event_service/tools/test/mock/ |
H A D | mock_system_ability_manager.h | 49 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange> &));
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/ |
H A D | system_ability_manager_wrapper.cpp | 295 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 D | mock_service_registry.cpp | 185 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 D | system_ability_manager_wrapper.h | 62 std::unique_ptr<UnSubscribeSystemProcessHandler> SubscribeSystemProcess(
|
/ohos5.0/base/security/access_token/services/test/mock/aafwk/ |
H A D | mock_service_registry.cpp | 188 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 D | if_system_ability_manager_mock.h | 50 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange>& listener));
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | mock_system_ability_manager.h | 129 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override in SubscribeSystemProcess() function
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | ondemand_helper.cpp | 84 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 D | system_ability_mgr_proxy_test.cpp | 966 int32_t ret = sm->SubscribeSystemProcess(systemProcessStatusChange); 1167 int32_t ret = samgrProxy->SubscribeSystemProcess(nullptr);
|
H A D | system_ability_mgr_test.cpp | 2306 int32_t ret = saMgr->SubscribeSystemProcess(systemProcessStatusChange); 2322 int32_t ret = saMgr->SubscribeSystemProcess(systemProcessStatusChange); 2338 int32_t ret = saMgr->SubscribeSystemProcess(listener);
|
H A D | system_ability_state_scheduler_test.cpp | 1772 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 D | mock_service_registry.cpp | 187 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 D | mock_service_registry.cpp | 173 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& l… in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/base/location/test/mock/src/ |
H A D | mock_service_registry.cpp | 147 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& l… in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_service_registry.cpp | 188 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 D | if_system_ability_manager.h | 253 virtual int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) = 0;
|
H A D | system_ability_manager_proxy.h | 218 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_state_scheduler.h | 60 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 128 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1261 int32_t SystemAbilityManager::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listen… in SubscribeSystemProcess() function in OHOS::SystemAbilityManager 1267 return abilityStateScheduler_->SubscribeSystemProcess(listener); in SubscribeSystemProcess()
|