Searched refs:GetStateNotifyInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/ |
H A D | lnn_lane_listener_test.cpp | 410 int32_t ret = GetStateNotifyInfo(nullptr, PEER_UUID, &laneLinkInfo); 413 ret = GetStateNotifyInfo(PEER_IP_HML, nullptr, &laneLinkInfo); 416 ret = GetStateNotifyInfo(PEER_IP_HML, PEER_UUID, nullptr); 426 ret = GetStateNotifyInfo(PEER_IP_HML, PEER_UUID, &laneLinkInfo); 429 ret = GetStateNotifyInfo(PEER_IP_HML, PEER_UUID, &laneLinkInfo); 432 ret = GetStateNotifyInfo(PEER_IP_P2P, PEER_UUID, &laneLinkInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_listener.c | 354 static int32_t GetStateNotifyInfo(const char *peerIp, const char *peerUuid, LaneLinkInfo *laneLinkI… in GetStateNotifyInfo() function 391 if (GetStateNotifyInfo(peerIp, peerUuid, &laneLinkInfo) != SOFTBUS_OK) { in LnnOnWifiDirectDeviceOnline() 410 if (GetStateNotifyInfo(peerIp, peerUuid, &laneLinkInfo) != SOFTBUS_OK) { in LnnOnWifiDirectDeviceOffline()
|