Home
last modified time | relevance | path

Searched refs:GetAppMgr (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_session_manager.h73 sptr<AppExecFwk::IAppMgr> GetAppMgr();
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp69 auto appMgr = GetAppMgr(); in RegisterApplicationState()
258 sptr<AppExecFwk::IAppMgr> SocketSessionManager::GetAppMgr() in GetAppMgr() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dstate_machine.h89 sptr<AppExecFwk::IAppMgr> GetAppMgr();
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp491 sptr<AppExecFwk::IAppMgr> StateMachine::GetAppMgr() in GetAppMgr() function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
508 auto appMgr = GetAppMgr(); in RegisterApplicationStateObserver()
524 auto appMgr = GetAppMgr(); in UnregisterApplicationStateObserver()
/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_ability.h134 std::shared_ptr<IEdmAppManager> GetAppMgr();
/base/msdp/device_status/test/unittest/intention/ipc/src/
H A Dsocket_session_test.cpp404 g_socketSessionManager->GetAppMgr(); in HWTEST_F()
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp727 std::shared_ptr<IEdmAppManager> EnterpriseDeviceMgrAbility::GetAppMgr() in GetAppMgr() function in OHOS::EDM::EnterpriseDeviceMgrAbility
748 if (GetAppMgr()->RegisterApplicationStateObserver(appStateObserver_)) { in SubscribeAppState()
769 if (GetAppMgr()->UnregisterApplicationStateObserver(appStateObserver_)) { in UnsubscribeAppState()

Completed in 11 milliseconds