Home
last modified time | relevance | path

Searched refs:GetRunningMultiAppInfoByBundleName (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h83 MOCK_METHOD2(GetRunningMultiAppInfoByBundleName, int32_t(const std::string &bundleName,
163 virtual int32_t GetRunningMultiAppInfoByBundleName(const std::string &bundleName, in GetRunningMultiAppInfoByBundleName() function
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h157 virtual int32_t GetRunningMultiAppInfoByBundleName(const std::string &bundleName,
H A Dapp_mgr_proxy.h135 virtual int32_t GetRunningMultiAppInfoByBundleName(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h94 MOCK_METHOD2(GetRunningMultiAppInfoByBundleName, int32_t(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h160 virtual int32_t GetRunningMultiAppInfoByBundleName(const std::string &bundleName,
H A Dapp_mgr_service_inner.h373 virtual int32_t GetRunningMultiAppInfoByBundleName(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp679 EXPECT_CALL(*mockAppMgrService_, GetRunningMultiAppInfoByBundleName(_, _)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp678 appMgrProxy_->GetRunningMultiAppInfoByBundleName(bundleName, info);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp390 int32_t AppMgrService::GetRunningMultiAppInfoByBundleName(const std::string &bundleName, in GetRunningMultiAppInfoByBundleName() function in OHOS::AppExecFwk::AppMgrService
407 return appMgrServiceInner_->GetRunningMultiAppInfoByBundleName(bundleName, info); in GetRunningMultiAppInfoByBundleName()
H A Dapp_mgr_service_inner.cpp1770 int32_t AppMgrServiceInner::GetRunningMultiAppInfoByBundleName(const std::string &bundleName, in GetRunningMultiAppInfoByBundleName() function in OHOS::AppExecFwk::AppMgrServiceInner
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1771 int32_t res = appMgrService->GetRunningMultiAppInfoByBundleName(bundleName, info);
1794 int32_t ret = appMgrService->GetRunningMultiAppInfoByBundleName(bundleName, info);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4292 int32_t ret = appMgrServiceInner->GetRunningMultiAppInfoByBundleName(bundleName, info);
4296 ret = appMgrServiceInner->GetRunningMultiAppInfoByBundleName(bundleName, info);
4316 int32_t ret = appMgrServiceInner->GetRunningMultiAppInfoByBundleName(bundleName, info);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp467 int32_t result = GetRunningMultiAppInfoByBundleName(bundleName, info); in HandleGetRunningMultiAppInfoByBundleName()
H A Dapp_mgr_proxy.cpp200 int32_t AppMgrProxy::GetRunningMultiAppInfoByBundleName(const std::string &bundleName, in GetRunningMultiAppInfoByBundleName() function in OHOS::AppExecFwk::AppMgrProxy
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp732 *innerErrorCode = appManager->GetRunningMultiAppInfoByBundleName(bundleName, *info); in OnGetRunningMultiAppInfo()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp11989 …auto ret = IN_PROCESS_CALL(appMgr->GetRunningMultiAppInfoByBundleName(bundleName, runningMultiAppI… in GetRunningMultiAppIndex()