/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | manage.rs | 23 GetSystemAbilityWithDeviceId, GetSystemProcessInfo, ListSystemAbilities, 220 GetSystemProcessInfo(said) in get_system_process_info()
|
H A D | wrapper.rs | 100 fn GetSystemProcessInfo(said: i32) -> SystemProcessInfo; in GetSystemProcessInfo() functions
|
/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_system_ability_manager.h | 53 MOCK_METHOD2(GetSystemProcessInfo, int32_t(int32_t, SystemProcessInfo &));
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/ |
H A D | ondemand_helper.h | 55 void GetSystemProcessInfo(int32_t systemAbilityId);
|
H A D | manual_ondemand_helper.h | 62 void GetSystemProcessInfo(int32_t systemAbilityId);
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | mock_system_ability_manager.h | 121 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) override
|
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/ |
H A D | mock_service_registry.cpp | 177 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 58 SystemProcessInfo GetSystemProcessInfo(int32_t systemAbilityId);
|
/foundation/filemanagement/dfs_service/test/mock/ |
H A D | if_system_ability_manager_mock.h | 48 MOCK_METHOD2(GetSystemProcessInfo, int32_t(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo));
|
/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | if_system_ability_manager_mock.h | 48 MOCK_METHOD2(GetSystemProcessInfo, int32_t(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo));
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/ |
H A D | system_ability_manager_wrapper.cpp | 237 SystemProcessInfo GetSystemProcessInfo(int32_t systemAbilityId) in GetSystemProcessInfo() function 248 sysm->GetSystemProcessInfo(systemAbilityId, info); in GetSystemProcessInfo()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_service_registry.cpp | 182 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo( in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_manager_proxy.h | 196 * GetSystemProcessInfo, Get process info by said. 202 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) override;
|
H A D | if_system_ability_manager.h | 231 * GetSystemProcessInfo, Get process info by said. 237 virtual int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) = 0;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_state_scheduler_proc_test.cpp | 499 * @tc.desc: test GetSystemProcessInfo, valid process info 515 int32_t ret = systemAbilityStateScheduler->GetSystemProcessInfo(SAID, processInfo); in HWTEST_F() 645 * @tc.desc: test GetSystemProcessInfo, systemAbilityContext is nullptr 655 int32_t ret = systemAbilityStateScheduler->GetSystemProcessInfo(SAID, processInfo); in HWTEST_F() 661 * @tc.desc: test GetSystemProcessInfo, processContext is nullptr 675 int32_t ret = systemAbilityStateScheduler->GetSystemProcessInfo(SAID, processInfo); in HWTEST_F()
|
H A D | manual_ondemand_helper.cpp | 189 void OnDemandHelper::GetSystemProcessInfo(int32_t systemAbilityId) in GetSystemProcessInfo() function in OHOS::OnDemandHelper 197 int32_t ret = sm->GetSystemProcessInfo(systemAbilityId, processInfo); in GetSystemProcessInfo() 199 cout << "GetSystemProcessInfo failed" << endl; in GetSystemProcessInfo() 1200 ondemandHelper.GetSystemProcessInfo(systemAbilityId); in TestSystemAbility()
|
H A D | ondemand_helper.cpp | 75 void OnDemandHelper::GetSystemProcessInfo(int32_t systemAbilityId) in GetSystemProcessInfo() function in OHOS::OnDemandHelper 83 int32_t ret = sm->GetSystemProcessInfo(systemAbilityId, processInfo); in GetSystemProcessInfo() 85 cout << "GetSystemProcessInfo failed" << endl; in GetSystemProcessInfo() 1194 ondemandHelper.GetSystemProcessInfo(systemAbilityId); in TestSystemAbility()
|
H A D | system_ability_mgr_test.cpp | 1358 int32_t ret = saMgr->GetSystemProcessInfo(SAID, ProcessInfo); in HWTEST_F() 1374 int32_t ret = saMgr->GetSystemProcessInfo(SAID, ProcessInfo); in HWTEST_F()
|
H A D | system_ability_mgr_proxy_test.cpp | 751 * @tc.desc: GetSystemProcessInfo 762 int32_t ret = sm->GetSystemProcessInfo(systemAbilityId, processInfo); in HWTEST_F()
|
H A D | system_ability_mgr_new_test.cpp | 715 * @tc.desc: test GetSystemProcessInfo. 724 int32_t ret = saMgr->GetSystemProcessInfo(systemAbilityId, systemProcessInfo); in HWTEST_F()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_state_scheduler.h | 53 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo);
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 149 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) override;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1206 int32_t SystemAbilityManager::GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) in GetSystemProcessInfo() function in OHOS::SystemAbilityManager 1212 return abilityStateScheduler_->GetSystemProcessInfo(systemAbilityId, systemProcessInfo); in GetSystemProcessInfo()
|
H A D | system_ability_manager_stub.cpp | 795 int32_t result = GetSystemProcessInfo(systemAbilityId, processInfo); in GetSystemProcessInfoInner()
|
/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_manager_proxy.cpp | 956 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy 958 HILOGD("GetSystemProcessInfo called"); in GetSystemProcessInfo() 961 HILOGI("GetSystemProcessInfo remote is nullptr"); in GetSystemProcessInfo() 970 HILOGW("GetSystemProcessInfo Write saId failed!"); in GetSystemProcessInfo() 978 HILOGE("GetSystemProcessInfo SendRequest error: %{public}d!", err); in GetSystemProcessInfo() 981 HILOGD("GetSystemProcessInfo SendRequest succeed!"); in GetSystemProcessInfo() 985 HILOGW("GetSystemProcessInfo Read result failed!"); in GetSystemProcessInfo() 989 HILOGE("GetSystemProcessInfo failed: %{public}d!", result); in GetSystemProcessInfo() 1000 HILOGW("GetSystemProcessInfo Read processName failed!"); in ReadProcessInfoFromParcel() 1005 HILOGW("GetSystemProcessInfo Rea in ReadProcessInfoFromParcel() [all...] |