Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h72 int32_t LnnGetLocalBoolInfo(InfoKey key, bool *info, uint32_t len);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c262 return LnnGetLocalBoolInfo(BOOL_KEY_SCREEN_STATUS, (bool*)info, NODE_SCREEN_STATUS_LEN); in LnnGetNodeKeyInfoLocal()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1894 int32_t LnnGetLocalBoolInfo(InfoKey key, bool *info, uint32_t len) in LnnGetLocalBoolInfo() function