/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_interface.cpp | 24 : 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 D | p2p_disabling_state.cpp | 23 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 D | p2p_group_formation_state.cpp | 25 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 D | p2p_inviting_state.cpp | 25 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 D | p2p_enabling_state.cpp | 25 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 D | invitation_received_state.cpp | 26 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 D | authorizing_negotiation_request_state.cpp | 25 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 D | p2p_disabled_state.cpp | 26 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 D | invitation_request_state.cpp | 24 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 D | p2p_group_join_state.cpp | 25 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 D | authorizing_negotiation_request_state.h | 36 WifiP2pDeviceManager &deviceMgr);
|
H A D | p2p_inviting_state.h | 35 P2pInvitingState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
|
H A D | p2p_group_join_state.h | 34 P2pGroupJoinState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
|
H A D | group_negotiation_state.h | 37 WifiP2pDeviceManager &deviceMgr);
|
H A D | p2p_group_operating_state.h | 37 WifiP2pDeviceManager &deviceMgr);
|
H A D | p2p_enabled_state.h | 36 P2pEnabledState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
|
H A D | group_formed_state.h | 37 GroupFormedState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
|
H A D | p2p_idle_state.h | 40 P2pIdleState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &deviceMgr);
|
H A D | group_negotiation_state.cpp | 29 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 D | drm_host_manager.cpp | 139 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 D | enumerator_test.cpp | 84 IDeviceMgr *deviceMgr = testDevMgr.get(); in HWTEST_F() local 85 ASSERT_NO_FATAL_FAILURE(enumerator.SetDeviceMgr(deviceMgr)); in HWTEST_F()
|
H A D | monitor_test.cpp | 144 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 D | input_device_manager_test.cpp | 1452 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 D | wifi_device_impl.cpp | 95 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 D | drm_host_manager.h | 121 sptr<IDeviceManager> &deviceMgr, sptr<IServiceManager> &servmgr);
126 sptr<IDeviceManager> &deviceMgr, sptr<IServiceManager> &servmgr);
|