Home
last modified time | relevance | path

Searched refs:UnSubscribeSystemProcess (Results 1 - 24 of 24) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_subscribe_test.cpp179 int32_t ret = saMgr->UnSubscribeSystemProcess(systemProcessStatusChange); in HWTEST_F()
195 int32_t ret = saMgr->UnSubscribeSystemProcess(systemProcessStatusChange); in HWTEST_F()
201 * @tc.desc: test UnSubscribeSystemProcess with abilityStateScheduler_ is nullptr
211 int32_t ret = saMgr->UnSubscribeSystemProcess(listener); in HWTEST_F()
H A Dsystem_ability_state_scheduler_proc_test.cpp736 * @tc.desc: test UnSubscribeSystemProcess, listener is not exist in list
749 int32_t ret = systemAbilityStateScheduler->UnSubscribeSystemProcess(listener); in HWTEST_F()
755 * @tc.desc: test UnSubscribeSystemProcess, listener is exist in list
767 int32_t ret = systemAbilityStateScheduler->UnSubscribeSystemProcess(listener); in HWTEST_F()
773 * @tc.desc: test UnSubscribeSystemProcess, processListenerDeath is nullptr
785 int32_t ret = systemAbilityStateScheduler->UnSubscribeSystemProcess(listener); in HWTEST_F()
H A Dsystem_ability_mgr_proxy_test.cpp972 * @tc.desc: UnSubscribeSystemProcess
982 int32_t ret = sm->UnSubscribeSystemProcess(systemProcessStatusChange); in HWTEST_F()
988 * @tc.desc: UnSubscribeSystemProcess
998 int32_t ret = sm->UnSubscribeSystemProcess(systemProcessStatusChange); in HWTEST_F()
H A Dmanual_ondemand_helper.cpp107 void OnDemandHelper::UnSubscribeSystemProcess() in UnSubscribeSystemProcess() function in OHOS::OnDemandHelper
114 int32_t ret = sm->UnSubscribeSystemProcess(systemProcessStatusChange_); in UnSubscribeSystemProcess()
116 cout << "UnSubscribeSystemProcess failed" << endl; in UnSubscribeSystemProcess()
119 cout << "UnSubscribeSystemProcess success" << endl; in UnSubscribeSystemProcess()
1153 ondemandHelper.UnSubscribeSystemProcess(); in TestProcess()
H A Dondemand_helper.cpp721 void OnDemandHelper::UnSubscribeSystemProcess() in UnSubscribeSystemProcess() function in OHOS::OnDemandHelper
728 int32_t ret = sm->UnSubscribeSystemProcess(systemProcessStatusChange_); in UnSubscribeSystemProcess()
730 cout << "UnSubscribeSystemProcess failed" << endl; in UnSubscribeSystemProcess()
733 cout << "UnSubscribeSystemProcess success" << endl; in UnSubscribeSystemProcess()
1151 ondemandHelper.UnSubscribeSystemProcess(); in TestProcess()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dability_death_recipient.cpp62 SystemAbilityManager::GetInstance()->UnSubscribeSystemProcess(listener); in OnRemoteDied()
H A Dsystem_ability_manager.cpp1233 int32_t SystemAbilityManager::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManager
1239 return abilityStateScheduler_->UnSubscribeSystemProcess(listener); in UnSubscribeSystemProcess()
H A Dsystem_ability_manager_stub.cpp909 int32_t result = UnSubscribeSystemProcess(listener); in UnSubscribeSystemProcessInner()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dstatus_change_wrapper.cpp90 SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager()->UnSubscribeSystemProcess(listener_); in UnSubscribe()
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h51 MOCK_METHOD1(UnSubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange> &));
/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp191 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dondemand_helper.h48 void UnSubscribeSystemProcess();
H A Dmanual_ondemand_helper.h55 void UnSubscribeSystemProcess();
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h133 int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp192 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/foundation/filemanagement/dfs_service/test/mock/
H A Dif_system_ability_manager_mock.h53 MOCK_METHOD1(UnSubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange>& listener));
/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));
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp198 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h233 * UnSubscribeSystemProcess, UnSubscribe the status of process.
238 int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
H A Dif_system_ability_manager.h268 * UnSubscribeSystemProcess, UnSubscribe the status of process.
273 virtual int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) = 0;
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h61 int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener);
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h152 int32_t UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp1133 int32_t SystemAbilityManagerProxy::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in UnSubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
1135 HILOGD("UnSubscribeSystemProcess called"); in UnSubscribeSystemProcess()
1137 HILOGE("UnSubscribeSystemProcess listener is nullptr"); in UnSubscribeSystemProcess()
1143 HILOGI("UnSubscribeSystemProcess remote is nullptr"); in UnSubscribeSystemProcess()
1153 HILOGW("UnSubscribeSystemProcess Write listenerName failed"); in UnSubscribeSystemProcess()
1162 HILOGE("UnSubscribeSystemProcess SendRequest error:%{public}d!", err); in UnSubscribeSystemProcess()
1165 HILOGD("UnSubscribeSystemProcess SendRequest succeed!"); in UnSubscribeSystemProcess()
1169 HILOGW("UnSubscribeSystemProcess Read result failed!"); in UnSubscribeSystemProcess()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1195 int32_t SystemAbilityStateScheduler::UnSubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in UnSubscribeSystemProcess() function in OHOS::SystemAbilityStateScheduler
1207 HILOGI("UnSubscribeSystemProcess listener remove success"); in UnSubscribeSystemProcess()
1209 HILOGI("UnSubscribeSystemProcess listener not exists"); in UnSubscribeSystemProcess()

Completed in 26 milliseconds