Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h85 BOOL_KEY_BEGIN, enumerator
86 BOOL_KEY_TLV_NEGOTIATION = BOOL_KEY_BEGIN,
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp821 key = BOOL_KEY_BEGIN;
837 key = BOOL_KEY_BEGIN;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1309 if (key < BOOL_KEY_BEGIN || key >= BOOL_KEY_END) { in LnnGetRemoteBoolInfoCommon()