Home
last modified time | relevance | path

Searched refs:SubscribeSystemProcess (Results 1 - 25 of 26) sorted by relevance

12

/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_subscribe_test.cpp132 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 Dsystem_ability_state_scheduler_proc_test.cpp681 * @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 Dsystem_ability_mgr_proxy_test.cpp956 * @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 Dmanual_ondemand_helper.cpp92 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 Dondemand_helper.cpp706 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 Dmanage.rs25 RemoveSystemAbility, SendStrategy, SubscribeSystemAbility, SubscribeSystemProcess,
243 UnsubscribeHandler::new(Unsubscribe::Process(SubscribeSystemProcess( in subscribe_system_process()
H A Dwrapper.rs122 fn SubscribeSystemProcess( in SubscribeSystemProcess() functions
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h49 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange> &));
/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp186 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 Dondemand_helper.h47 void SubscribeSystemProcess();
H A Dmanual_ondemand_helper.h54 void SubscribeSystemProcess();
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h129 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp187 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h62 std::unique_ptr<UnSubscribeSystemProcessHandler> SubscribeSystemProcess(
/foundation/filemanagement/dfs_service/test/mock/
H A Dif_system_ability_manager_mock.h50 MOCK_METHOD1(SubscribeSystemProcess, int32_t(const sptr<ISystemProcessStatusChange>& listener));
/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));
/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()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp193 int32_t SystemAbilityManagerProxy::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in SubscribeSystemProcess() function in OHOS::SystemAbilityManagerProxy
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h213 * SubscribeSystemProcess, Subscribe the status of process.
218 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
H A Dif_system_ability_manager.h248 * 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 Dsystem_ability_state_scheduler.h60 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener);
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h151 int32_t SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) override;
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1224 int32_t SystemAbilityManager::SubscribeSystemProcess(const sptr<ISystemProcessStatusChange>& listener) in SubscribeSystemProcess() function in OHOS::SystemAbilityManager
1230 return abilityStateScheduler_->SubscribeSystemProcess(listener); in SubscribeSystemProcess()
H A Dsystem_ability_manager_stub.cpp883 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 Dsystem_ability_manager_proxy.cpp1091 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()

Completed in 25 milliseconds

12