Searched refs:BOOL_KEY_TLV_NEGOTIATION (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/ |
H A D | bus_center_info_key.h | 86 BOOL_KEY_TLV_NEGOTIATION = BOOL_KEY_BEGIN, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_query.c | 250 if (LnnGetRemoteBoolInfo(networkId, BOOL_KEY_TLV_NEGOTIATION, &result) != SOFTBUS_OK) { in HmlLinkState()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils.cpp | 217 … auto ret = LnnGetRemoteBoolInfoIgnoreOnline(networkId.c_str(), BOOL_KEY_TLV_NEGOTIATION, &result); in IsRemoteSupportTlv()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 217 … auto ret = LnnGetRemoteBoolInfoIgnoreOnline(networkId.c_str(), BOOL_KEY_TLV_NEGOTIATION, &result); in IsRemoteSupportTlv()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 793 {BOOL_KEY_TLV_NEGOTIATION, DlGetNodeTlvNegoFlag},
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 242 EXPECT_CALL(mock, LnnGetRemoteBoolInfoIgnoreOnline(networkId, BOOL_KEY_TLV_NEGOTIATION, _)) in InjectCommonMock()
|