Home
last modified time | relevance | path

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

12

/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs23 GetSystemAbilityWithDeviceId, GetSystemProcessInfo, ListSystemAbilities,
220 GetSystemProcessInfo(said) in get_system_process_info()
H A Dwrapper.rs100 fn GetSystemProcessInfo(said: i32) -> SystemProcessInfo; in GetSystemProcessInfo() functions
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h53 MOCK_METHOD2(GetSystemProcessInfo, int32_t(int32_t, SystemProcessInfo &));
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dondemand_helper.h55 void GetSystemProcessInfo(int32_t systemAbilityId);
H A Dmanual_ondemand_helper.h62 void GetSystemProcessInfo(int32_t systemAbilityId);
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h121 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) override
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp177 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h58 SystemProcessInfo GetSystemProcessInfo(int32_t systemAbilityId);
/foundation/filemanagement/dfs_service/test/mock/
H A Dif_system_ability_manager_mock.h48 MOCK_METHOD2(GetSystemProcessInfo, int32_t(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo));
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h48 MOCK_METHOD2(GetSystemProcessInfo, int32_t(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo));
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp237 SystemProcessInfo GetSystemProcessInfo(int32_t systemAbilityId) in GetSystemProcessInfo() function
248 sysm->GetSystemProcessInfo(systemAbilityId, info); in GetSystemProcessInfo()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp182 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo( in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h196 * GetSystemProcessInfo, Get process info by said.
202 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) override;
H A Dif_system_ability_manager.h231 * 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 Dsystem_ability_state_scheduler_proc_test.cpp499 * @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 Dmanual_ondemand_helper.cpp189 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 Dondemand_helper.cpp75 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 Dsystem_ability_mgr_test.cpp1358 int32_t ret = saMgr->GetSystemProcessInfo(SAID, ProcessInfo); in HWTEST_F()
1374 int32_t ret = saMgr->GetSystemProcessInfo(SAID, ProcessInfo); in HWTEST_F()
H A Dsystem_ability_mgr_proxy_test.cpp751 * @tc.desc: GetSystemProcessInfo
762 int32_t ret = sm->GetSystemProcessInfo(systemAbilityId, processInfo); in HWTEST_F()
H A Dsystem_ability_mgr_new_test.cpp715 * @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 Dsystem_ability_state_scheduler.h53 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo);
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h149 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) override;
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1206 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 Dsystem_ability_manager_stub.cpp795 int32_t result = GetSystemProcessInfo(systemAbilityId, processInfo); in GetSystemProcessInfoInner()
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp956 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...]

Completed in 29 milliseconds

12