Home
last modified time | relevance | path

Searched refs:STATUS_ONLINE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h33 STATUS_ONLINE = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h70 STATUS_ONLINE, enumerator
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h48 STATUS_ONLINE = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp182 LnnSetNodeConnStatus(nullptr, STATUS_ONLINE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c100 return (info->status == STATUS_ONLINE); in LnnIsNodeOnline()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c535 state = (nodeInfo->status == STATUS_ONLINE) ? true : false; in LnnGetOnlineStateById()
1177 LnnSetNodeConnStatus(info, STATUS_ONLINE); in LnnAddOnlineNode()