Home
last modified time | relevance | path

Searched refs:GetAllChildrenProcesses (Results 1 - 22 of 22) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_mgr_client_mock.h48 MOCK_METHOD1(GetAllChildrenProcesses, AppMgrResultCode(std::vector<ChildProcessInfo> &info));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service_inner.h56 MOCK_METHOD1(GetAllChildrenProcesses, int(std::vector<ChildProcessInfo>&));
H A Dmock_app_mgr_service.h54 MOCK_METHOD1(GetAllChildrenProcesses, int(std::vector<ChildProcessInfo>&));
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h53 MOCK_METHOD1(GetAllChildrenProcesses, int(std::vector<ChildProcessInfo>&));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h203 * GetAllChildrenProcesses, call GetAllChildrenProcesses() through proxy project.
209 virtual int GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) = 0;
H A Dapp_mgr_client.h282 * GetAllChildrenProcesses, call GetAllChildrenProcesses() through proxy project.
288 virtual AppMgrResultCode GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info);
H A Dapp_mgr_proxy.h180 * 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 Dsupervisor.cpp311 appManager_->GetAllChildrenProcesses(childProcess);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h182 virtual int GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) override
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h205 * GetAllChildrenProcesses, call GetAllChildrenProcesses() through proxy project.
211 virtual int GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) override;
H A Dapp_mgr_service_inner.h434 * 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 Dmock_app_mgr_service.h53 MOCK_METHOD1(GetAllChildrenProcesses, int(std::vector<ChildProcessInfo>&));
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp149 * @tc.desc: GetAllChildrenProcesses
161 appMgrProxy_->GetAllChildrenProcesses(info); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp389 * 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 Dapp_mgr_client.cpp469 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 Dapp_mgr_stub.cpp570 auto result = GetAllChildrenProcesses(info); in HandleGetAllChildrenProcesses()
H A Dapp_mgr_proxy.cpp302 int AppMgrProxy::GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) in GetAllChildrenProcesses() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp441 int AppMgrService::GetAllChildrenProcesses(std::vector<ChildProcessInfo> &info) in GetAllChildrenProcesses() function in OHOS::AppExecFwk::AppMgrService
446 return appMgrServiceInner_->GetAllChildrenProcesses(info); in GetAllChildrenProcesses()
H A Dapp_mgr_service_inner.cpp2124 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 Dapp_mgr_client_test.cpp300 auto result = appMgrClient->GetAllChildrenProcesses(info); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp482 * @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 Dapp_mgr_service_inner_test.cpp1040 auto result = appMgrServiceInner->GetAllChildrenProcesses(info); in HWTEST_F()

Completed in 63 milliseconds