/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_subscribe_test.cpp | 132 int32_t ret = saMgr->SubscribeSystemProcess(systemProcessStatusChange); in HWTEST_F() 148 int32_t ret = saMgr->SubscribeSystemProcess(systemProcessStatusChange); in HWTEST_F() 154 * @tc.desc: test SubscribeSystemProcess with abilityStateScheduler_ is nullptr 164 int32_t ret = saMgr->SubscribeSystemProcess(listener); in HWTEST_F()
|
H A D | system_ability_state_scheduler_proc_test.cpp | 681 * @tc.desc: test SubscribeSystemProcess, listener is not exist in list 693 int32_t ret = systemAbilityStateScheduler->SubscribeSystemProcess(listener); in HWTEST_F() 699 * @tc.desc: test SubscribeSystemProcess, listener is exist in list 712 int32_t ret = systemAbilityStateScheduler->SubscribeSystemProcess(listener); in HWTEST_F() 718 * @tc.desc: test SubscribeSystemProcess, processListenerDeath is nullptr 730 int32_t ret = systemAbilityStateScheduler->SubscribeSystemProcess(listener); in HWTEST_F()
|
H A D | system_ability_mgr_proxy_test.cpp | 956 * @tc.desc: SubscribeSystemProcess 966 int32_t ret = sm->SubscribeSystemProcess(systemProcessStatusChange); in HWTEST_F() 1160 * @tc.desc: test SubscribeSystemProcess 1167 int32_t ret = samgrProxy->SubscribeSystemProcess(nullptr); in HWTEST_F()
|
H A D | manual_ondemand_helper.cpp | 92 void OnDemandHelper::SubscribeSystemProcess() in SubscribeSystemProcess() function in OHOS::OnDemandHelper 99 int32_t ret = sm->SubscribeSystemProcess(systemProcessStatusChange_); in SubscribeSystemProcess() 101 cout << "SubscribeSystemProcess failed" << endl; in SubscribeSystemProcess() 104 cout << "SubscribeSystemProcess success" << endl; in SubscribeSystemProcess() 1150 ondemandHelper.SubscribeSystemProcess(); in TestProcess()
|
H A D | ondemand_helper.cpp | 706 void OnDemandHelper::SubscribeSystemProcess() in SubscribeSystemProcess() function in OHOS::OnDemandHelper 713 int32_t ret = sm->SubscribeSystemProcess(systemProcessStatusChange_); in SubscribeSystemProcess() 715 cout << "SubscribeSystemProcess failed" << endl; in SubscribeSystemProcess() 718 cout << "SubscribeSystemProcess success" << endl; in SubscribeSystemProcess() 1145 ondemandHelper.SubscribeSystemProcess(); in TestProcess()
|
/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() functions
|
/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> &));
|
/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/ |
H A D | mock_service_registry.cpp | 186 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/ |
H A D | ondemand_helper.h | 47 void SubscribeSystemProcess();
|
H A D | manual_ondemand_helper.h | 54 void SubscribeSystemProcess();
|
/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
|
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/ |
H A D | mock_service_registry.cpp | 187 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 62 std::unique_ptr<UnSubscribeSystemProcessHandler> SubscribeSystemProcess(
|
/foundation/filemanagement/dfs_service/test/mock/ |
H A D | if_system_ability_manager_mock.h | 50 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange>& listener));
|
/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));
|
/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()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_service_registry.cpp | 193 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_manager_proxy.h | 213 * SubscribeSystemProcess, Subscribe the status of process. 218 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
|
H A D | if_system_ability_manager.h | 248 * SubscribeSystemProcess, Subscribe the status of process. 253 virtual int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) = 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);
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 151 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1224 int32_t SystemAbilityManager::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in SubscribeSystemProcess() function in OHOS::SystemAbilityManager 1230 return abilityStateScheduler_->SubscribeSystemProcess(listener); in SubscribeSystemProcess()
|
H A D | system_ability_manager_stub.cpp | 883 int32_t result = SubscribeSystemProcess(listener); in SubscribeSystemProcessInner() 884 HILOGD("SubscribeSystemProcess result is %{public}d", result); in SubscribeSystemProcessInner()
|
/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_manager_proxy.cpp | 1091 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy 1093 HILOGD("SubscribeSystemProcess called"); in SubscribeSystemProcess() 1095 HILOGE("SubscribeSystemProcess listener is nullptr"); in SubscribeSystemProcess() 1101 HILOGI("SubscribeSystemProcess remote is nullptr"); in SubscribeSystemProcess() 1111 HILOGW("SubscribeSystemProcess Write listenerName failed"); in SubscribeSystemProcess() 1120 HILOGE("SubscribeSystemProcess SendRequest error:%{public}d!", err); in SubscribeSystemProcess() 1127 HILOGW("SubscribeSystemProcess Read result failed!"); in SubscribeSystemProcess()
|