Home
last modified time | relevance | path

Searched refs:GetSystemProcessInfo (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/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() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h53 MOCK_METHOD2(GetSystemProcessInfo, int32_t(int32_t, SystemProcessInfo &));
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_system_ability_manager.h53 MOCK_METHOD2(GetSystemProcessInfo, int32_t(int32_t, SystemProcessInfo &));
/ohos5.0/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()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h58 SystemProcessInfo GetSystemProcessInfo(int32_t systemAbilityId);
/ohos5.0/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& systemProce…
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h121 …int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) overri… in GetSystemProcessInfo() function
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp177 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo&… in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_service_registry.cpp162 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo( in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp177 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo( in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h237 …virtual int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo…
H A Dsystem_ability_manager_proxy.h202 …int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) overri…
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h53 int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo);
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp214 int32_t ret = saMgr->GetSystemProcessInfo(INPUT_METHOD_SYSTEM_ABILITY_ID, info); in GetImsaPid()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h126 …int32_t GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& systemProcessInfo) overri…
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp1651 int32_t ret = systemAbilityStateScheduler->GetSystemProcessInfo(SAID, processInfo);
1672 int32_t ret = systemAbilityStateScheduler->GetSystemProcessInfo(SAID, processInfo);
1695 int32_t ret = systemAbilityStateScheduler->GetSystemProcessInfo(SAID, processInfo);
H A Dsystem_ability_mgr_proxy_test.cpp762 int32_t ret = sm->GetSystemProcessInfo(systemAbilityId, processInfo);
H A Dsystem_ability_mgr_test.cpp2225 int32_t ret = saMgr->GetSystemProcessInfo(SAID, ProcessInfo);
2241 int32_t ret = saMgr->GetSystemProcessInfo(SAID, ProcessInfo);
H A Dsystem_ability_mgr_new_test.cpp1055 int32_t ret = saMgr->GetSystemProcessInfo(systemAbilityId, systemProcessInfo);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1232 int32_t SystemAbilityManager::GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo& syst… in GetSystemProcessInfo() function in OHOS::SystemAbilityManager
1238 return abilityStateScheduler_->GetSystemProcessInfo(systemAbilityId, systemProcessInfo); in GetSystemProcessInfo()
H A Dsystem_ability_manager_stub.cpp795 int32_t result = GetSystemProcessInfo(systemAbilityId, processInfo); in GetSystemProcessInfoInner()
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp956 int32_t SystemAbilityManagerProxy::GetSystemProcessInfo(int32_t systemAbilityId, SystemProcessInfo&… in GetSystemProcessInfo() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1001 int32_t SystemAbilityStateScheduler::GetSystemProcessInfo(int32_t systemAbilityId, in GetSystemProcessInfo() function in OHOS::SystemAbilityStateScheduler