Home
last modified time | relevance | path

Searched defs:networkId (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/ohos5.0/base/msdp/device_status/test/unittest/intention/adapters/src/
H A Ddsoftbus_adapter_test.cpp217 std::string networkId("softbus"); variable
234 std::string networkId("softbus"); variable
252 std::string networkId("softbus"); variable
269 std::string networkId("softbus"); variable
378 std::string networkId("softbus"); variable
394 std::string networkId("softbus"); variable
444 std::string networkId("softbus"); variable
464 std::string networkId("softbus"); variable
546 std::string networkId("softbus"); variable
563 std::string networkId("softbus"); variable
[all …]
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Ddsoftbus_handler.h35 void OnBind(const std::string &networkId) override in OnBind()
40 void OnShutdown(const std::string &networkId) override in OnShutdown()
45 void OnConnected(const std::string &networkId) override in OnConnected()
50 bool OnPacket(const std::string &networkId, NetPacket &packet) override in OnPacket()
55 bool OnRawData(const std::string &networkId, const void *data, uint32_t dataLen) override in OnRawData()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Ddsoftbus_handler.h35 void OnBind(const std::string &networkId) override in OnBind()
40 void OnShutdown(const std::string &networkId) override in OnShutdown()
45 void OnConnected(const std::string &networkId) override in OnConnected()
50 bool OnPacket(const std::string &networkId, NetPacket &packet) override in OnPacket()
55 bool OnRawData(const std::string &networkId, const void *data, uint32_t dataLen) override in OnRawData()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c90 static int32_t NodeStateCheck(const char *networkId) in NodeStateCheck()
111 static int32_t Wlan2P4GCapCheck(const char *networkId) in Wlan2P4GCapCheck()
141 static int32_t Wlan5GCapCheck(const char *networkId) in Wlan5GCapCheck()
171 static int32_t BrCapCheck(const char *networkId) in BrCapCheck()
186 static int32_t P2pCapCheck(const char *networkId) in P2pCapCheck()
211 static int32_t HmlCapCheck(const char *networkId) in HmlCapCheck()
233 static int32_t P2pReuseCapCheck(const char *networkId) in P2pReuseCapCheck()
255 static int32_t BleCapCheck(const char *networkId) in BleCapCheck()
270 static int32_t BleDirectCapCheck(const char *networkId) in BleDirectCapCheck()
294 static int32_t CocCapCheck(const char *networkId) in CocCapCheck()
[all …]
H A Dlnn_lane_select.c117 int32_t LaneCapCheck(const char *networkId, LaneLinkType linkType) in LaneCapCheck()
169 int32_t GetErrCodeOfLink(const char *networkId, LaneLinkType linkType) in GetErrCodeOfLink()
184 static int32_t SelectByPreferredLink(const char *networkId, const LaneSelectParam *request, in SelectByPreferredLink()
214 static int32_t SelectByDefaultLink(const char *networkId, const LaneSelectParam *request, in SelectByDefaultLink()
239 static int32_t PreProcLaneSelect(const char *networkId, const LaneSelectParam *request, in PreProcLaneSelect()
280 static int32_t AdjustLanePriority(const char *networkId, const LaneSelectParam *request, in AdjustLanePriority()
331 static int32_t LaneAddHml(const char *networkId, LaneLinkType *resList, uint32_t *resNum) in LaneAddHml()
350 int32_t SelectLane(const char *networkId, const LaneSelectParam *request, in SelectLane()
416 static bool IsSupportP2pReuse(const char *networkId) in IsSupportP2pReuse()
500 int32_t SelectExpectLanesByQos(const char *networkId, const LaneSelectParam *request, in SelectExpectLanesByQos()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c290 void LnnUpdateNodeBleMac(const char *networkId, char *bleMac, uint32_t len) in LnnUpdateNodeBleMac()
324 bool LnnSetRemoteScreenStatusInfo(const char *networkId, bool isScreenOn) in LnnSetRemoteScreenStatusInfo()
837 bool LnnSetDLDeviceNickName(const char *networkId, const char *name) in LnnSetDLDeviceNickName()
1053 bool LnnSetDLP2pInfo(const char *networkId, const P2pInfo *info) in LnnSetDLP2pInfo()
1082 bool LnnSetDlPtk(const char *networkId, const char *remotePtk) in LnnSetDlPtk()
1331 int32_t LnnGetRemoteBoolInfo(const char *networkId, InfoKey key, bool *info) in LnnGetRemoteBoolInfo()
1555 int32_t LnnGetDLOnlineTimestamp(const char *networkId, uint64_t *timestamp) in LnnGetDLOnlineTimestamp()
1589 int32_t LnnSetDLHeartbeatTimestamp(const char *networkId, uint64_t timestamp) in LnnSetDLHeartbeatTimestamp()
1648 int32_t LnnGetDLAuthCapacity(const char *networkId, uint32_t *authCapacity) in LnnGetDLAuthCapacity()
1704 int32_t LnnSetDLBatteryInfo(const char *networkId, const BatteryInfo *info) in LnnSetDLBatteryInfo()
[all …]
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp94 int32_t DSoftbusHandler::OpenSession(const std::string &networkId) in OpenSession()
105 void DSoftbusHandler::CloseSession(const std::string &networkId) in CloseSession()
198 void DSoftbusHandler::OnBind(const std::string &networkId) in OnBind()
208 void DSoftbusHandler::OnShutdown(const std::string &networkId) in OnShutdown()
218 void DSoftbusHandler::OnConnected(const std::string &networkId) in OnConnected()
228 bool DSoftbusHandler::OnPacket(const std::string &networkId, NetPacket &packet) in OnPacket()
251 void DSoftbusHandler::OnCommunicationFailure(const std::string &networkId) in OnCommunicationFailure()
262 void DSoftbusHandler::OnStartCooperate(const std::string &networkId, NetPacket &packet) in OnStartCooperate()
283 void DSoftbusHandler::OnStopCooperate(const std::string &networkId, NetPacket &packet) in OnStopCooperate()
295 void DSoftbusHandler::OnComeBack(const std::string &networkId, NetPacket &packet) in OnComeBack()
[all …]
H A Dinput_device_mgr.cpp73 std::string networkId = notice.networkId; in OnRemoteInputDevice() local
85 void InputDeviceMgr::AddVirtualInputDevice(const std::string &networkId) in AddVirtualInputDevice()
95 void InputDeviceMgr::RemoveVirtualInputDevice(const std::string &networkId) in RemoveVirtualInputDevice()
180 void InputDeviceMgr::RemoveRemoteInputDevice(const std::string &networkId, std::shared_ptr<IDevice>… in RemoveRemoteInputDevice()
191 void InputDeviceMgr::AddRemoteInputDevice(const std::string &networkId, std::shared_ptr<IDevice> de… in AddRemoteInputDevice()
203 void InputDeviceMgr::RemoveAllRemoteInputDevice(const std::string &networkId) in RemoveAllRemoteInputDevice()
229 void InputDeviceMgr::DumpRemoteInputDevice(const std::string &networkId) in DumpRemoteInputDevice()
279 void InputDeviceMgr::AddVirtualInputDevice(const std::string &networkId, int32_t remoteDeviceId) in AddVirtualInputDevice()
300 void InputDeviceMgr::RemoveVirtualInputDevice(const std::string &networkId, int32_t remoteDeviceId) in RemoveVirtualInputDevice()
318 std::shared_ptr<IDevice> InputDeviceMgr::GetRemoteDeviceById(const std::string &networkId, int32_t … in GetRemoteDeviceById()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp94 int32_t DSoftbusHandler::OpenSession(const std::string &networkId) in OpenSession()
105 void DSoftbusHandler::CloseSession(const std::string &networkId) in CloseSession()
198 void DSoftbusHandler::OnBind(const std::string &networkId) in OnBind()
208 void DSoftbusHandler::OnShutdown(const std::string &networkId) in OnShutdown()
218 void DSoftbusHandler::OnConnected(const std::string &networkId) in OnConnected()
228 bool DSoftbusHandler::OnPacket(const std::string &networkId, NetPacket &packet) in OnPacket()
251 void DSoftbusHandler::OnCommunicationFailure(const std::string &networkId) in OnCommunicationFailure()
262 void DSoftbusHandler::OnStartCooperate(const std::string &networkId, NetPacket &packet) in OnStartCooperate()
283 void DSoftbusHandler::OnStopCooperate(const std::string &networkId, NetPacket &packet) in OnStopCooperate()
295 void DSoftbusHandler::OnComeBack(const std::string &networkId, NetPacket &packet) in OnComeBack()
[all …]
H A Dinput_device_mgr.cpp73 std::string networkId = notice.networkId; in OnRemoteInputDevice() local
85 void InputDeviceMgr::AddVirtualInputDevice(const std::string &networkId) in AddVirtualInputDevice()
95 void InputDeviceMgr::RemoveVirtualInputDevice(const std::string &networkId) in RemoveVirtualInputDevice()
180 void InputDeviceMgr::RemoveRemoteInputDevice(const std::string &networkId, std::shared_ptr<IDevice>… in RemoveRemoteInputDevice()
191 void InputDeviceMgr::AddRemoteInputDevice(const std::string &networkId, std::shared_ptr<IDevice> de… in AddRemoteInputDevice()
203 void InputDeviceMgr::RemoveAllRemoteInputDevice(const std::string &networkId) in RemoveAllRemoteInputDevice()
229 void InputDeviceMgr::DumpRemoteInputDevice(const std::string &networkId) in DumpRemoteInputDevice()
279 void InputDeviceMgr::AddVirtualInputDevice(const std::string &networkId, int32_t remoteDeviceId) in AddVirtualInputDevice()
300 void InputDeviceMgr::RemoveVirtualInputDevice(const std::string &networkId, int32_t remoteDeviceId) in RemoveVirtualInputDevice()
318 std::shared_ptr<IDevice> InputDeviceMgr::GetRemoteDeviceById(const std::string &networkId, int32_t … in GetRemoteDeviceById()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H A Dinput_event_builder.h40 void OnBind(const std::string &networkId) override {} in OnBind()
41 void OnShutdown(const std::string &networkId) override {} in OnShutdown()
42 void OnConnected(const std::string &networkId) override {} in OnConnected()
44 bool OnPacket(const std::string &networkId, Msdp::NetPacket &packet) override in OnPacket()
49 bool OnRawData(const std::string &networkId, const void *data, uint32_t dataLen) override in OnRawData()
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp43 int32_t DSoftbusAdapter::OpenSession(const std::string &networkId) in OpenSession()
48 void DSoftbusAdapter::CloseSession(const std::string &networkId) in CloseSession()
58 int32_t DSoftbusAdapter::SendPacket(const std::string &networkId, NetPacket &packet) in SendPacket()
63 int32_t DSoftbusAdapter::SendParcel(const std::string &networkId, Parcel &parcel) in SendParcel()
73 bool DSoftbusAdapter::HasSessionExisted(const std::string &networkId) in HasSessionExisted()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/
H A Dinput_event_builder.h41 void OnBind(const std::string &networkId) override {} in OnBind()
42 void OnShutdown(const std::string &networkId) override {} in OnShutdown()
43 void OnConnected(const std::string &networkId) override {} in OnConnected()
45 bool OnPacket(const std::string &networkId, Msdp::NetPacket &packet) override in OnPacket()
50 bool OnRawData(const std::string &networkId, const void *data, uint32_t dataLen) override in OnRawData()
/ohos5.0/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Ddsoftbus_adapter_test.cpp115 void OnBind(const std::string &networkId) {} in OnBind()
116 void OnShutdown(const std::string &networkId) {} in OnShutdown()
117 void OnConnected(const std::string &networkId) {} in OnConnected()
217 std::string networkId("softbus"); variable
234 std::string networkId("softbus"); variable
252 std::string networkId("softbus"); variable
269 std::string networkId("softbus"); variable
378 std::string networkId("softbus"); variable
394 std::string networkId("softbus"); variable
444 std::string networkId("softbus"); variable
[all …]
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwpa_hdi_hal_services_c_test.cpp106 int networkId = 0; variable
120 int networkId = 0; variable
136 int networkId = 0; variable
152 int networkId = 0; variable
173 int networkId = 0; variable
197 int networkId = 0; variable
220 int networkId = 0; variable
238 int networkId = 0; variable
263 int networkId = 0; variable
426 int networkId = 0; variable
[all …]
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp43 int32_t DSoftbusAdapter::OpenSession(const std::string &networkId) in OpenSession()
48 void DSoftbusAdapter::CloseSession(const std::string &networkId) in CloseSession()
58 int32_t DSoftbusAdapter::SendPacket(const std::string &networkId, NetPacket &packet) in SendPacket()
63 int32_t DSoftbusAdapter::SendParcel(const std::string &networkId, Parcel &parcel) in SendParcel()
/ohos5.0/base/msdp/device_status/test/fuzztest/dsoftbusadapter_fuzzer/
H A Ddsoftbusadapter_fuzzer.cpp81 void OnBind(const std::string &networkId) {} in OnBind()
82 void OnShutdown(const std::string &networkId) {} in OnShutdown()
83 void OnConnected(const std::string &networkId) {} in OnConnected()
84 bool OnPacket(const std::string &networkId, NetPacket &packet) in OnPacket()
88 bool OnRawData(const std::string &networkId, const void *data, uint32_t dataLen) in OnRawData()
130 std::string networkId = GetStringFromData(STR_LEN); in CheckDeviceOnlineFuzzTest() local
148 std::string networkId = GetStringFromData(STR_LEN); in OpenSessionFuzzTest() local
166 std::string networkId = GetStringFromData(STR_LEN); in SendPacketFuzzTest() local
183 std::string networkId = GetStringFromData(STR_LEN); in InitSocketFuzzTest() local
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_remote_listener_unittest.cpp54 std::string networkId = ""; variable
66 std::string networkId = "networkIdTest"; variable
133 std::string networkId = NETWORKID_TEST; variable
161 std::string networkId = NETWORKID_TEST; variable
365 std::string networkId = NETWORKID_TEST; variable
379 const std::string networkId = NETWORKID_TEST; variable
486 std::string networkId = NETWORKID_TEST; variable
512 std::string networkId = ""; variable
575 std::string networkId = "networkId"; variable
591 std::string networkId = "networkId"; variable
[all …]
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dmouse_location_listener_test.cpp102 void EventListener::OnMouseLocationEvent(const std::string &networkId, const Event &event) in OnMouseLocationEvent()
118 std::string networkId { "Default" }; variable
137 std::string networkId { "Default" }; variable
155 std::string networkId { "Default" }; variable
180 std::string networkId { "Default" }; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp97 int32_t SoftbusCache::GetUdidByNetworkId(const char *networkId, std::string &udid) in GetUdidByNetworkId()
109 int32_t SoftbusCache::GetUuidByNetworkId(const char *networkId, std::string &uuid) in GetUuidByNetworkId()
216 int32_t SoftbusCache::GetUdidFromCache(const char *networkId, std::string &udid) in GetUdidFromCache()
236 int32_t SoftbusCache::GetUuidFromCache(const char *networkId, std::string &uuid) in GetUuidFromCache()
276 void SoftbusCache::SaveDeviceSecurityLevel(const char *networkId) in SaveDeviceSecurityLevel()
292 void SoftbusCache::DeleteDeviceSecurityLevel(const char *networkId) in DeleteDeviceSecurityLevel()
302 int32_t SoftbusCache::GetSecurityDeviceLevel(const char *networkId, int32_t &securityLevel) in GetSecurityDeviceLevel()
321 int32_t SoftbusCache::GetDevLevelFromBus(const char *networkId, int32_t &securityLevel) in GetDevLevelFromBus()
336 int32_t SoftbusCache::GetDevInfoByNetworkId(const std::string &networkId, DmDeviceInfo &nodeInfo) in GetDevInfoByNetworkId()
358 int32_t SoftbusCache::GetDevInfoFromBus(const std::string &networkId, DmDeviceInfo &devInfo) in GetDevInfoFromBus()
[all …]
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddsched_sync_e2e_test.cpp101 const std::string networkId = "123"; variable
154 const std::string networkId = "123"; variable
172 const std::string networkId = "123"; variable
190 const std::string networkId = "123"; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp150 void DtbschedmgrDeviceInfoStorage::RegisterUuidNetworkIdMap(const std::string& networkId) in RegisterUuidNetworkIdMap()
163 void DtbschedmgrDeviceInfoStorage::UnregisterUuidNetworkIdMap(const std::string& networkId) in UnregisterUuidNetworkIdMap()
196 std::string networkId = deviceInfo->GetNetworkId(); in UpdateDeviceInfoStorage() local
208 bool DtbschedmgrDeviceInfoStorage::GetLocalDeviceId(std::string& networkId) in GetLocalDeviceId()
265 …<DmsDeviceInfo> DtbschedmgrDeviceInfoStorage::FindDeviceInfoInStorage(const std::string& networkId) in FindDeviceInfoInStorage()
277 …ed_ptr<DmsDeviceInfo> DtbschedmgrDeviceInfoStorage::GetDeviceInfoById(const std::string& networkId) in GetDeviceInfoById()
296 std::string DtbschedmgrDeviceInfoStorage::GetUuidByNetworkId(const std::string& networkId) in GetUuidByNetworkId()
317 std::string DtbschedmgrDeviceInfoStorage::GetUdidByNetworkId(const std::string& networkId) in GetUdidByNetworkId()
355 std::string networkId = devInfo->GetNetworkId(); in DeviceOnlineNotify() local
371 void DtbschedmgrDeviceInfoStorage::DeviceOfflineNotify(const std::string& networkId) in DeviceOfflineNotify()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/include/
H A Dmock_idistributed_hardware_sink.h48 int32_t PauseDistributedHardware(const std::string &networkId) in PauseDistributedHardware()
52 int32_t ResumeDistributedHardware(const std::string &networkId) in ResumeDistributedHardware()
56 int32_t StopDistributedHardware(const std::string &networkId) in StopDistributedHardware()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddtbschedmgr_device_info_storage_test.cpp164 std::string networkId = ""; variable
190 std::string networkId = "invalid networkId for DeviceOnlineNotify"; variable
223 std::string networkId = "invalid networkId for DeviceOnlineNotify"; variable
273 std::string networkId = "invalid networkId for GetDeviceInfoById"; variable
298 std::string networkId; variable
343 std::string networkId = "invalid networkId for GetNetworkIdByUuid"; variable
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_device_connection_listener.cpp50 std::string networkId = std::string(info.networkId); in OnDeviceOnline() local
85 std::string networkId = std::string(info.networkId); in OnDeviceOffline() local
122 std::string networkId = std::string(info.networkId); in OnDeviceReady() local
128 std::string networkId = std::string(info.networkId); in OnDeviceChanged() local

12345678910>>...32