Home
last modified time | relevance | path

Searched refs:GetRunningProcessesByBundleType (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h183 * GetRunningProcessesByBundleType, call GetRunningProcessesByBundleType() through proxy project.
190 virtual int GetRunningProcessesByBundleType(const BundleType bundleType,
H A Dapp_mgr_proxy.h160 * GetRunningProcessesByBundleType, call GetRunningProcessesByBundleType() through proxy project.
167 virtual int GetRunningProcessesByBundleType(const BundleType bundleType,
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h50 MOCK_METHOD2(GetRunningProcessesByBundleType, int(const BundleType bundleType,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h171 virtual int GetRunningProcessesByBundleType(const BundleType bundleType,
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h185 * GetRunningProcessesByBundleType, call GetRunningProcessesByBundleType() through proxy project.
192 virtual int GetRunningProcessesByBundleType(const BundleType bundleType,
H A Dapp_mgr_service_inner.h396 * GetRunningProcessesByBundleType, Obtains information about application processes by bundle type.
403 virtual int32_t GetRunningProcessesByBundleType(BundleType bundleType, std::vector<RunningProcessInfo> &info);
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h49 MOCK_METHOD2(GetRunningProcessesByBundleType, int(const BundleType bundleType,
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp424 int32_t AppMgrService::GetRunningProcessesByBundleType(BundleType bundleType, in GetRunningProcessesByBundleType() function in OHOS::AppExecFwk::AppMgrService
430 return appMgrServiceInner_->GetRunningProcessesByBundleType(bundleType, info); in GetRunningProcessesByBundleType()
H A Dapp_mgr_service_inner.cpp1804 int32_t AppMgrServiceInner::GetRunningProcessesByBundleType(BundleType bundleType, in GetRunningProcessesByBundleType() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp517 auto result = GetRunningProcessesByBundleType(static_cast<BundleType>(bundleType), info); in HandleGetRunningProcessesByBundleType()
H A Dapp_mgr_proxy.cpp259 int32_t AppMgrProxy::GetRunningProcessesByBundleType(const BundleType bundleType, in GetRunningProcessesByBundleType() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp773 auto ret = appManager->GetRunningProcessesByBundleType( in OnGetRunningProcessInformationByBundleType()

Completed in 30 milliseconds