/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_mgr_client.h | 40 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, AppMgrResultCode(std::vector<std::string> &instanceKeys));
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/ |
H A D | app_mgr_interface.h | 115 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project. 121 virtual int32_t GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) = 0;
|
H A D | app_mgr_client.h | 133 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project. 140 virtual AppMgrResultCode GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys);
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service_inner.h | 52 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
|
H A D | mock_app_mgr_service.h | 96 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
|
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 49 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 408 * Function: GetAllRunningInstanceKeysBySelf 410 * FunctionPoints: AppMgrService => AppMgrServiceInner: GetAllRunningInstanceKeysBySelf 411 * CaseDescription: Check GetAllRunningInstanceKeysBySelf. 420 EXPECT_CALL(*mockAppMgrServiceInner_, GetAllRunningInstanceKeysBySelf(_)) in HWTEST_F() 423 auto result = appMgrService_->GetAllRunningInstanceKeysBySelf(testInstanceKeys); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 162 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project. 168 virtual int32_t GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) = 0;
|
H A D | app_mgr_client.h | 252 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project. 258 virtual AppMgrResultCode GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys);
|
H A D | app_mgr_proxy.h | 139 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project. 145 virtual int32_t GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) override;
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 1807 * Function: GetAllRunningInstanceKeysBySelf 1809 * FunctionPoints: AppMgrService GetAllRunningInstanceKeysBySelf 1811 * CaseDescription: Verify GetAllRunningInstanceKeysBySelf 1820 int32_t res = appMgrService->GetAllRunningInstanceKeysBySelf(instanceKeys); in HWTEST_F() 1826 * Function: GetAllRunningInstanceKeysBySelf 1828 * FunctionPoints: AppMgrService GetAllRunningInstanceKeysBySelf 1830 * CaseDescription: Verify GetAllRunningInstanceKeysBySelf 1841 int32_t ret = appMgrService->GetAllRunningInstanceKeysBySelf(instanceKeys); in HWTEST_F() 1860 EXPECT_CALL(*mockAppMgrServiceInner_, GetAllRunningInstanceKeysBySelf(_)) in HWTEST_F() 1865 int32_t res = appMgrService->GetAllRunningInstanceKeysBySelf(instanceKey in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 85 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 164 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project. 170 virtual int32_t GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) override;
|
H A D | app_mgr_service_inner.h | 375 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project. 381 virtual int32_t GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys);
|
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/ |
H A D | mock_app_mgr_service.h | 93 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/ |
H A D | app_mgr_stub_test.cpp | 690 * @tc.desc: GetAllRunningInstanceKeysBySelf. 703 EXPECT_CALL(*mockAppMgrService_, GetAllRunningInstanceKeysBySelf(_)).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 691 * @tc.desc: GetAllRunningInstanceKeysBySelf. 705 EXPECT_CALL(*mockAppMgrService_, GetAllRunningInstanceKeysBySelf(_)).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 425 AppMgrResultCode AppMgrClient::GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) in GetAllRunningInstanceKeysBySelf() function in OHOS::AppExecFwk::AppMgrClient 429 int32_t result = service->GetAllRunningInstanceKeysBySelf(instanceKeys); in GetAllRunningInstanceKeysBySelf() 433 TAG_LOGE(AAFwkTag::APPMGR, "GetAllRunningInstanceKeysBySelf returns result=%{public}d", result); in GetAllRunningInstanceKeysBySelf()
|
H A D | app_mgr_stub.cpp | 483 int32_t result = GetAllRunningInstanceKeysBySelf(instanceKeys); in HandleGetAllRunningInstanceKeysBySelf()
|
H A D | app_mgr_proxy.cpp | 222 int32_t AppMgrProxy::GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) in GetAllRunningInstanceKeysBySelf() function in OHOS::AppExecFwk::AppMgrProxy
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 407 int32_t AppMgrService::GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) in GetAllRunningInstanceKeysBySelf() function in OHOS::AppExecFwk::AppMgrService 412 return appMgrServiceInner_->GetAllRunningInstanceKeysBySelf(instanceKeys); in GetAllRunningInstanceKeysBySelf()
|
H A D | app_mgr_service_inner.cpp | 1876 int32_t AppMgrServiceInner::GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) in GetAllRunningInstanceKeysBySelf() function in OHOS::AppExecFwk::AppMgrServiceInner
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 4374 * @tc.desc: GetAllRunningInstanceKeysBySelf. 4385 int32_t ret = appMgrServiceInner->GetAllRunningInstanceKeysBySelf(instanceKeys); in HWTEST_F() 4389 ret = appMgrServiceInner->GetAllRunningInstanceKeysBySelf(instanceKeys); in HWTEST_F() 4393 ret = appMgrServiceInner->GetAllRunningInstanceKeysBySelf(instanceKeys); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 1241 auto result = appMgrClient->GetAllRunningInstanceKeysBySelf(instanceKeys); in GetAllRunningInstanceKeys()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 445 * @tc.desc: Test GetAllRunningInstanceKeysBySelf 456 auto ret = appMgrServiceInner->GetAllRunningInstanceKeysBySelf(instanceKeys); in HWTEST_F()
|