Searched refs:GetRunningProcessesByBundleType (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 183 * GetRunningProcessesByBundleType, call GetRunningProcessesByBundleType() through proxy project. 190 virtual int GetRunningProcessesByBundleType(const BundleType bundleType,
|
H A D | app_mgr_proxy.h | 160 * 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 D | mock_app_mgr_service.h | 50 MOCK_METHOD2(GetRunningProcessesByBundleType, int(const BundleType bundleType,
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 171 virtual int GetRunningProcessesByBundleType(const BundleType bundleType,
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 185 * GetRunningProcessesByBundleType, call GetRunningProcessesByBundleType() through proxy project. 192 virtual int GetRunningProcessesByBundleType(const BundleType bundleType,
|
H A D | app_mgr_service_inner.h | 396 * 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 D | mock_app_mgr_service.h | 49 MOCK_METHOD2(GetRunningProcessesByBundleType, int(const BundleType bundleType,
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 424 int32_t AppMgrService::GetRunningProcessesByBundleType(BundleType bundleType, in GetRunningProcessesByBundleType() function in OHOS::AppExecFwk::AppMgrService 430 return appMgrServiceInner_->GetRunningProcessesByBundleType(bundleType, info); in GetRunningProcessesByBundleType()
|
H A D | app_mgr_service_inner.cpp | 1804 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 D | app_mgr_stub.cpp | 517 auto result = GetRunningProcessesByBundleType(static_cast<BundleType>(bundleType), info); in HandleGetRunningProcessesByBundleType()
|
H A D | app_mgr_proxy.cpp | 259 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 D | js_app_manager.cpp | 773 auto ret = appManager->GetRunningProcessesByBundleType( in OnGetRunningProcessInformationByBundleType()
|
Completed in 30 milliseconds