/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/ |
H A D | app_mgr_client_mock.h | 48 MOCK_METHOD1(GetAllChildrenProcesses, AppMgrResultCode(std::vector<ChildProcessInfo> &info));
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service_inner.h | 56 MOCK_METHOD1(GetAllChildrenProcesses, int(std::vector<ChildProcessInfo>&));
|
H A D | mock_app_mgr_service.h | 54 MOCK_METHOD1(GetAllChildrenProcesses, int(std::vector<ChildProcessInfo>&));
|
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 53 MOCK_METHOD1(GetAllChildrenProcesses, int(std::vector<ChildProcessInfo>&));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 203 * GetAllChildrenProcesses, call GetAllChildrenProcesses() through proxy project. 209 virtual int GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) = 0;
|
H A D | app_mgr_client.h | 282 * GetAllChildrenProcesses, call GetAllChildrenProcesses() through proxy project. 288 virtual AppMgrResultCode GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info);
|
H A D | app_mgr_proxy.h | 180 * GetAllChildrenProcesses, call GetAllChildrenProcesses() through proxy project. 186 virtual int GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) override;
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | supervisor.cpp | 311 appManager_->GetAllChildrenProcesses(childProcess);
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 182 virtual int GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) override
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 205 * GetAllChildrenProcesses, call GetAllChildrenProcesses() through proxy project. 211 virtual int GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) override;
|
H A D | app_mgr_service_inner.h | 434 * GetAllChildrenProcesses, call GetAllChildrenProcesses() through proxy project. 440 virtual int GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info);
|
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/ |
H A D | mock_app_mgr_service.h | 53 MOCK_METHOD1(GetAllChildrenProcesses, int(std::vector<ChildProcessInfo>&));
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 149 * @tc.desc: GetAllChildrenProcesses 161 appMgrProxy_->GetAllChildrenProcesses(info); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 389 * Function: GetAllChildrenProcesses 391 * FunctionPoints: AppMgrService GetAllChildrenProcesses 393 * CaseDescription: Verify GetAllChildrenProcesses 400 int32_t res = appMgrService->GetAllChildrenProcesses(info); in HWTEST_F() 406 * Function: GetAllChildrenProcesses 408 * FunctionPoints: AppMgrService GetAllChildrenProcesses 410 * CaseDescription: Verify GetAllChildrenProcesses 419 int32_t res = appMgrService->GetAllChildrenProcesses(info); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 469 AppMgrResultCode AppMgrClient::GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) in GetAllChildrenProcesses() function in OHOS::AppExecFwk::AppMgrClient 476 int32_t result = service->GetAllChildrenProcesses(info); in GetAllChildrenProcesses() 478 TAG_LOGE(AAFwkTag::APPMGR, "service->GetAllChildrenProcesses failed,result=%{public}d", result); in GetAllChildrenProcesses()
|
H A D | app_mgr_stub.cpp | 570 auto result = GetAllChildrenProcesses(info); in HandleGetAllChildrenProcesses()
|
H A D | app_mgr_proxy.cpp | 302 int AppMgrProxy::GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) in GetAllChildrenProcesses() function in OHOS::AppExecFwk::AppMgrProxy
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 441 int AppMgrService::GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) in GetAllChildrenProcesses() function in OHOS::AppExecFwk::AppMgrService 446 return appMgrServiceInner_->GetAllChildrenProcesses(info); in GetAllChildrenProcesses()
|
H A D | app_mgr_service_inner.cpp | 2124 int AppMgrServiceInner::GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) in GetAllChildrenProcesses() function in OHOS::AppExecFwk::AppMgrServiceInner
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 300 auto result = appMgrClient->GetAllChildrenProcesses(info); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 482 * @tc.desc: Test GetAllChildrenProcesses 502 auto ret = appMgrServiceInner->GetAllChildrenProcesses(info); in HWTEST_F() 510 * @tc.desc: Test GetAllChildrenProcesses 533 auto ret = appMgrServiceInner->GetAllChildrenProcesses(info); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 1040 auto result = appMgrServiceInner->GetAllChildrenProcesses(info); in HWTEST_F()
|