Home
last modified time | relevance | path

Searched refs:LnnAddRemoteChannelCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_vap_info.h54 int32_t LnnAddRemoteChannelCode(const char *udid, int32_t channelCode);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_vap_info_virtual.c81 int32_t LnnAddRemoteChannelCode(const char *udid, int32_t channelCode) in LnnAddRemoteChannelCode() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c863 (void)LnnAddRemoteChannelCode(nodeInfo.deviceInfo.deviceUdid, hbResp->preferChannel); in ProcRespVapChange()