Home
last modified time | relevance | path

Searched defs:appMgr_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dability_manager.cpp44 sptr<IAppMgr> appMgr_ = iface_cast<IAppMgr>(object); in ClearUpApplicationData() local
58 sptr<IAppMgr> appMgr_ = iface_cast<IAppMgr>(object); in GetAllRunningProcesses() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dapp_mgr_util.cpp23 sptr<OHOS::AppExecFwk::IAppMgr> AppMgrUtil::appMgr_ = nullptr; member in OHOS::AAFwk::AppMgrUtil
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dchild_main_thread.h61 sptr<IAppMgr> appMgr_ = nullptr; variable
H A Dmain_thread.h671 sptr<IAppMgr> appMgr_ = nullptr; // appMgrService Handler variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h65 std::weak_ptr<AppMgrServiceInner> appMgr_; variable
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h80 sptr<AppExecFwk::IAppMgr> appMgr_ = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Duri_permission_manager_stub_impl.h174 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.cpp98 static sptr<AppExecFwk::IAppMgr> appMgr_; member in OHOS::AAFwk::UIExtensionStabilityTest
101 sptr<AppExecFwk::IAppMgr> UIExtensionStabilityTest::appMgr_ = nullptr; member in OHOS::AAFwk::UIExtensionStabilityTest
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/
H A Dui_extension_connect_module_test.cpp98 static sptr<AppExecFwk::IAppMgr> appMgr_; member in OHOS::AAFwk::UIExtensionConnectModuleTest
101 sptr<AppExecFwk::IAppMgr> UIExtensionConnectModuleTest::appMgr_ = nullptr; member in OHOS::AAFwk::UIExtensionConnectModuleTest
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H A Dquick_fix_manager_apply_task_test.cpp94 sptr<AppExecFwk::IAppMgr> appMgr_ = nullptr; member in OHOS::AAFwk::QuickFixManagerApplyTaskTest