Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_mgr_client.h40 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 Dapp_mgr_interface.h115 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project.
121 virtual int32_t GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) = 0;
H A Dapp_mgr_client.h133 * 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 Dmock_app_mgr_service_inner.h52 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
H A Dmock_app_mgr_service.h96 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h49 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp408 * 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 Dapp_mgr_interface.h162 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project.
168 virtual int32_t GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) = 0;
H A Dapp_mgr_client.h252 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project.
258 virtual AppMgrResultCode GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys);
H A Dapp_mgr_proxy.h139 * 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 Dapp_mgr_service_test.cpp1807 * 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 Dmock_app_mgr_service.h85 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h164 * GetAllRunningInstanceKeysBySelf, call GetAllRunningInstanceKeysBySelf() through proxy project.
170 virtual int32_t GetAllRunningInstanceKeysBySelf(std::vector<std::string> &instanceKeys) override;
H A Dapp_mgr_service_inner.h375 * 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 Dmock_app_mgr_service.h93 MOCK_METHOD1(GetAllRunningInstanceKeysBySelf, int32_t(std::vector<std::string> &instanceKeys));
/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp690 * @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 Dapp_mgr_proxy_test.cpp691 * @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 Dapp_mgr_client.cpp425 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 Dapp_mgr_stub.cpp483 int32_t result = GetAllRunningInstanceKeysBySelf(instanceKeys); in HandleGetAllRunningInstanceKeysBySelf()
H A Dapp_mgr_proxy.cpp222 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 Dapp_mgr_service.cpp407 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 Dapp_mgr_service_inner.cpp1876 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 Dapp_mgr_service_inner_test.cpp4374 * @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 Dcontext_impl.cpp1241 auto result = appMgrClient->GetAllRunningInstanceKeysBySelf(instanceKeys); in GetAllRunningInstanceKeys()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp445 * @tc.desc: Test GetAllRunningInstanceKeysBySelf
456 auto ret = appMgrServiceInner->GetAllRunningInstanceKeysBySelf(instanceKeys); in HWTEST_F()

Completed in 53 milliseconds