Home
last modified time | relevance | path

Searched defs:appMgr (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/app_state_manager/src/
H A Dapp_state_observer.cpp63 auto appMgr = GetAppMgr(); in GetForegroundApplicationInfo() local
103 sptr<AppExecFwk::IAppMgr> appMgr = OHOS::iface_cast<OHOS::AppExecFwk::IAppMgr>(object); in InitAppStateObserver() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_event_handler.cpp24 const std::weak_ptr<AppMgrServiceInner> &appMgr) in AMSEventHandler()
H A Dcache_process_manager.cpp60 void CacheProcessManager::SetAppMgr(const std::weak_ptr<AppMgrServiceInner> &appMgr) in SetAppMgr()
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_service.cpp76 auto appMgr = QuickFixUtil::GetAppManagerProxy(); in ApplyQuickFix() local
149 auto appMgr = QuickFixUtil::GetAppManagerProxy(); in RevokeQuickFix() local
/ohos5.0/base/powermgr/power_manager/utils/appmgr/src/
H A Dapp_manager_utils.cpp56 auto appMgr = GetAppManagerInstance(); in GetForegroundApplications() local
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h29 …xManagerApplyTask(sptr<AppExecFwk::IQuickFixManager> bundleQfMgr, sptr<AppExecFwk::IAppMgr> appMgr, in QuickFixManagerApplyTask()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmanager_fuzzer/
H A Dappmanager_fuzzer.cpp59 std::shared_ptr<AppMgrService> appMgr = std::make_shared<AppMgrService>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/app_manager_utils/
H A Dcamera_app_manager_utils.cpp73 auto appMgr = GetAppManagerInstance(); in GetForegroundApplications() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp123 sptr<AppExecFwk::IAppMgr> appMgr = GetAppMgr(); in StartChildProcessWithArgs() local
155 sptr<AppExecFwk::IAppMgr> appMgr = GetAppMgr(); in StartNativeChildProcessByAppSpawnFork() local
435 sptr<AppExecFwk::IAppMgr> appMgr = GetAppMgr(); in HasChildProcessRecord() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_ability_connection_reporter.cpp59 auto appMgr = GetAppMgr(); in ReportFormAbilityConnection() local
H A Dform_ability_connection.cpp146 auto appMgr = GetAppMgr(); in onFormAppConnect() local
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp46 auto appMgr = GetAppMgr(); in RegisterApplicationState() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Ddisposed_rule_interceptor.cpp221 sptr<OHOS::AppExecFwk::IAppMgr> appMgr = iface_cast<AppExecFwk::IAppMgr>(object); in GetAppMgr() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H A Dquick_fix_manager_service_test.cpp289 sptr<AppExecFwk::IAppMgr> appMgr = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_stability_test/
H A Dui_extension_stability_test.cpp117 sptr<AppExecFwk::IAppMgr> appMgr = iface_cast<AppExecFwk::IAppMgr>(remoteObj); in SetUpTestCase() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp90 auto appMgr = iface_cast<IAppMgr>(object); in GetChildProcessInfo() local
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp49 auto appMgr = GetAppMgr(); in RegisterApplicationState() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/
H A Dui_extension_connect_module_test.cpp117 sptr<AppExecFwk::IAppMgr> appMgr = iface_cast<AppExecFwk::IAppMgr>(remoteObj); in SetUpTestCase() local
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c47 AppSpawnMgr *appMgr = (AppSpawnMgr *)calloc(1, sizeof(AppSpawnMgr)); in CreateAppSpawnMgr() local
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dstate_machine.cpp491 auto appMgr = GetAppMgr(); in RegisterApplicationStateObserver() local
507 auto appMgr = GetAppMgr(); in UnregisterApplicationStateObserver() local
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp501 auto appMgr = GetAppMgr(); in RegisterApplicationStateObserver() local
517 auto appMgr = GetAppMgr(); in UnregisterApplicationStateObserver() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp1347 sptr<OHOS::AppExecFwk::IAppMgr> appMgr = appManager.promote(); in OnIsApplicationRunning() local
1398 sptr<OHOS::AppExecFwk::IAppMgr> appMgr = appManager.promote(); in OnIsAppRunning() local
1441 sptr<OHOS::AppExecFwk::IAppMgr> appMgr = weak.promote(); in OnPreloadApplication() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp631 auto appMgr = AppMgrUtil::GetAppMgr(); in SetAppRunningState() local
H A Dability_manager_service.cpp2365 auto appMgr = GetAppMgr(); in GetConfiguration() local
5605 auto appMgr = GetAppMgr(); in DumpUIExtensionRootHostRunningInfos() local
5634 auto appMgr = GetAppMgr(); in DumpUIExtensionProviderRunningInfos() local
11551 auto appMgr = AppMgrUtil::GetAppMgr(); in GetAppIndex() local
11590 auto appMgr = GetAppMgr(); in SignRestartAppFlag() local
11984 auto appMgr = GetAppMgr(); in GetRunningMultiAppIndex() local
12017 auto appMgr = GetAppMgr(); in HandleRestartResidentProcessDependedOnWeb() local