Home
last modified time | relevance | path

Searched refs:deviceMgr (Results 1 - 25 of 30) sorted by relevance

12

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_interface.cpp24 : p2pAuthorizingNegotiationRequestState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
25 p2pGroupFormedState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
26 p2pGroupNegotiationState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
27 p2pInvitationReceivedState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
28 p2pInvitationRequestState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
30 p2pDisabledState(p2pStateMachine, groupManager, deviceMgr, svrMgr), in P2pInterface()
31 p2pDisablingState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
32 p2pEnabledState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
33 p2pEnablingState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
34 p2pGroupFormationState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
[all...]
H A Dp2p_disabling_state.cpp23 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in P2pDisablingState()
24 : State("P2pDisablingState"), p2pStateMachine(stateMachine), groupManager(groupMgr), deviceManager(deviceMgr) in P2pDisablingState()
22 P2pDisablingState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) P2pDisablingState() argument
H A Dp2p_group_formation_state.cpp25 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in P2pGroupFormationState()
26 : State("P2pGroupFormationState"), p2pStateMachine(stateMachine), groupManager(groupMgr), deviceManager(deviceMgr) in P2pGroupFormationState()
24 P2pGroupFormationState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) P2pGroupFormationState() argument
H A Dp2p_inviting_state.cpp25 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in P2pInvitingState()
26 : State("P2pInvitingState"), p2pStateMachine(stateMachine), groupManager(groupMgr), deviceManager(deviceMgr) in P2pInvitingState()
24 P2pInvitingState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) P2pInvitingState() argument
H A Dp2p_enabling_state.cpp25 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in P2pEnablingState()
26 : State("P2pEnablingState"), p2pStateMachine(stateMachine), groupManager(groupMgr), deviceManager(deviceMgr) in P2pEnablingState()
24 P2pEnablingState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) P2pEnablingState() argument
H A Dinvitation_received_state.cpp26 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in InvitationReceivedState()
27 : State("InvitationReceivedState"), p2pStateMachine(stateMachine), groupManager(groupMgr), deviceManager(deviceMgr) in InvitationReceivedState()
25 InvitationReceivedState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) InvitationReceivedState() argument
H A Dauthorizing_negotiation_request_state.cpp25 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in AuthorizingNegotiationRequestState()
29 deviceManager(deviceMgr) in AuthorizingNegotiationRequestState()
24 AuthorizingNegotiationRequestState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) AuthorizingNegotiationRequestState() argument
H A Dp2p_disabled_state.cpp26 WifiP2pDeviceManager &deviceMgr, WifiP2pServiceManager &svrMgr) in P2pDisabledState()
30 deviceManager(deviceMgr), in P2pDisabledState()
25 P2pDisabledState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr, WifiP2pServiceManager &svrMgr) P2pDisabledState() argument
H A Dinvitation_request_state.cpp24 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in InvitationRequestState()
25 : State("InvitationRequestState"), p2pStateMachine(stateMachine), groupManager(groupMgr), deviceManager(deviceMgr) in InvitationRequestState()
23 InvitationRequestState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) InvitationRequestState() argument
H A Dp2p_group_join_state.cpp25 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in P2pGroupJoinState()
26 : State("P2pGroupJoinState"), p2pStateMachine(stateMachine), groupManager(groupMgr), deviceManager(deviceMgr) in P2pGroupJoinState()
24 P2pGroupJoinState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) P2pGroupJoinState() argument
H A Dauthorizing_negotiation_request_state.h36 WifiP2pDeviceManager &deviceMgr);
H A Dp2p_inviting_state.h35 P2pInvitingState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
H A Dp2p_group_join_state.h34 P2pGroupJoinState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
H A Dgroup_negotiation_state.h37 WifiP2pDeviceManager &deviceMgr);
H A Dp2p_group_operating_state.h37 WifiP2pDeviceManager &deviceMgr);
H A Dp2p_enabled_state.h36 P2pEnabledState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
H A Dgroup_formed_state.h37 GroupFormedState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
H A Dp2p_idle_state.h40 P2pIdleState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
H A Dgroup_negotiation_state.cpp29 P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) in GroupNegotiationState()
30 : State("GroupNegotiationState"), mProcessFunMap(), p2pStateMachine(stateMachine), groupManager(groupMgr), deviceManager(deviceMgr) in GroupNegotiationState()
28 GroupNegotiationState( P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr) GroupNegotiationState() argument
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp139 sptr<IDeviceManager> deviceMgr = IDeviceManager::Get(); in DelayedLazyUnLoad() local
141 if (deviceMgr == nullptr || lazyLoadPluginInfoMap.empty()) { in DelayedLazyUnLoad()
156 deviceMgr->UnloadDevice(pluginInfoIt->second); in DelayedLazyUnLoad()
445 sptr<IDeviceManager> deviceMgr = IDeviceManager::Get(); in UnloadAllServices() local
446 if (deviceMgr == nullptr) { in UnloadAllServices()
447 DRM_ERR_LOG("deviceMgr == nullptr"); in UnloadAllServices()
452 deviceMgr->UnloadDevice(pluginInfoIt->second); in UnloadAllServices()
487 sptr<IDeviceManager> &deviceMgr, sptr<IServiceManager> &servmgr) in LazyLoadPlugin()
490 deviceMgr = IDeviceManager::Get(); in LazyLoadPlugin()
491 if (deviceMgr in LazyLoadPlugin()
486 LazyLoadPlugin(std::string &name, std::vector<std::string> &serviceName, sptr<IDeviceManager> &deviceMgr, sptr<IServiceManager> &servmgr) LazyLoadPlugin() argument
511 ProcessLazyLoadPlugin(std::string &name, std::vector<std::string> &serviceName, sptr<IDeviceManager> &deviceMgr, sptr<IServiceManager> &servmgr) ProcessLazyLoadPlugin() argument
579 sptr<IDeviceManager> deviceMgr = nullptr; GetServices() local
774 sptr<IDeviceManager> deviceMgr = IDeviceManager::Get(); InitGetMediaKeySystems() local
[all...]
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Denumerator_test.cpp84 IDeviceMgr *deviceMgr = testDevMgr.get(); in HWTEST_F() local
85 ASSERT_NO_FATAL_FAILURE(enumerator.SetDeviceMgr(deviceMgr)); in HWTEST_F()
H A Dmonitor_test.cpp144 IDeviceMgr *deviceMgr = testDevMgr.get(); in HWTEST_F() local
145 ASSERT_NO_FATAL_FAILURE(monitor.SetDeviceMgr(deviceMgr)); in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp1452 InputDeviceManager deviceMgr; in HWTEST_F() local
1458 deviceMgr.inputDevice_.insert(std::make_pair(deviceId, deviceInfo)); in HWTEST_F()
1460 ASSERT_NO_FATAL_FAILURE(deviceMgr.OnInputDeviceAdded(inputDevice)); in HWTEST_F()
1472 InputDeviceManager deviceMgr; in HWTEST_F() local
1480 deviceMgr.inputDevice_.insert(std::make_pair(deviceId, deviceInfo)); in HWTEST_F()
1481 ASSERT_NO_FATAL_FAILURE(deviceMgr.OnInputDeviceAdded(inputDevice)); in HWTEST_F()
1493 InputDeviceManager deviceMgr; in HWTEST_F() local
1499 deviceMgr.inputDevice_.insert(std::make_pair(deviceId, deviceInfo)); in HWTEST_F()
1501 ASSERT_NO_FATAL_FAILURE(deviceMgr.OnInputDeviceRemoved(inputDevice)); in HWTEST_F()
1513 InputDeviceManager deviceMgr; in HWTEST_F() local
1536 InputDeviceManager deviceMgr; HWTEST_F() local
1557 InputDeviceManager deviceMgr; HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_impl.cpp95 sptr<IWifiDeviceMgr> deviceMgr = iface_cast<IWifiDeviceMgr>(object); in GetWifiDeviceProxy()
96 if (deviceMgr == nullptr) { in GetWifiDeviceProxy()
97 deviceMgr = new (std::nothrow) WifiDeviceMgrProxy(object); in GetWifiDeviceProxy()
99 if (deviceMgr == nullptr) { in GetWifiDeviceProxy()
104 sptr<IRemoteObject> service = deviceMgr->GetWifiRemote(instId_); in GetWifiDeviceProxy()
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Ddrm_host_manager.h121 sptr<IDeviceManager> &deviceMgr, sptr<IServiceManager> &servmgr);
126 sptr<IDeviceManager> &deviceMgr, sptr<IServiceManager> &servmgr);

Completed in 12 milliseconds

12