Home
last modified time | relevance | path

Searched refs:UnSubscribeSystemProcess (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dability_death_recipient.cpp62 SystemAbilityManager::GetInstance()->UnSubscribeSystemProcess(listener); in OnRemoteDied()
H A Dsystem_ability_manager.cpp1270 int32_t SystemAbilityManager::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& list… in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManager
1276 return abilityStateScheduler_->UnSubscribeSystemProcess(listener); in UnSubscribeSystemProcess()
H A Dsystem_ability_manager_stub.cpp909 int32_t result = UnSubscribeSystemProcess(listener); in UnSubscribeSystemProcessInner()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dstatus_change_wrapper.cpp90 …SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager()->UnSubscribeSystemProcess(list… in UnSubscribe()
/ohos5.0/base/location/test/mock/include/
H A Dmock_if_system_ability_manager.h53 …MOCK_METHOD(int32_t, UnSubscribeSystemProcess, (const sptr<ISystemProcessStatusChange>& listener));
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dondemand_helper.h48 void UnSubscribeSystemProcess();
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h51 MOCK_METHOD1(UnSubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange> &));
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_system_ability_manager.h51 MOCK_METHOD1(UnSubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange> &));
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp190 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>&… in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_service_registry.cpp192 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>&… in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h53 … MOCK_METHOD1(UnSubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange>& listener));
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h133 int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override in UnSubscribeSystemProcess() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dondemand_helper.cpp99 void OnDemandHelper::UnSubscribeSystemProcess() in UnSubscribeSystemProcess() function in OHOS::OnDemandHelper
106 int32_t ret = sm->UnSubscribeSystemProcess(systemProcessStatusChange_); in UnSubscribeSystemProcess()
526 ondemandHelper.UnSubscribeSystemProcess(); in TestProcess()
H A Dsystem_ability_mgr_proxy_test.cpp982 int32_t ret = sm->UnSubscribeSystemProcess(systemProcessStatusChange);
998 int32_t ret = sm->UnSubscribeSystemProcess(systemProcessStatusChange);
H A Dsystem_ability_mgr_test.cpp2353 int32_t ret = saMgr->UnSubscribeSystemProcess(systemProcessStatusChange);
2369 int32_t ret = saMgr->UnSubscribeSystemProcess(systemProcessStatusChange);
2385 int32_t ret = saMgr->UnSubscribeSystemProcess(listener);
H A Dsystem_ability_state_scheduler_test.cpp1831 int32_t ret = systemAbilityStateScheduler->UnSubscribeSystemProcess(listener);
1850 int32_t ret = systemAbilityStateScheduler->UnSubscribeSystemProcess(listener);
1869 int32_t ret = systemAbilityStateScheduler->UnSubscribeSystemProcess(listener);
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp192 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>&… in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_service_registry.cpp178 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>&… in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/location/test/mock/src/
H A Dmock_service_registry.cpp153 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>&… in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp193 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>&… in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h273 virtual int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) = 0;
H A Dsystem_ability_manager_proxy.h238 int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h61 int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h129 int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp1133 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>&… in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy

12