Home
last modified time | relevance | path

Searched defs:channelArray (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/audiohandler/src/
H A Ddaudio_handler.cpp64 cJSON *channelArray = cJSON_CreateArray(); in AddItemsToObject() local
86 cJSON *channelArray = cJSON_CreateArray(); in AddItemsToObject() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils_test.cpp214 std::vector<int> channelArray = { 35, 36, 37 }; variable
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp457 std::array<AudioAdapterChannel, 8> channelArray = { variable
1019 std::array<AudioAdapterChannel, 8> channelArray = { variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp202 std::vector<int> channelArray; in GetStationFrequencyWithFilter() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp397 bool WifiDirectUtils::IsInChannelList(int32_t channel, const std::vector<int> &channelArray) in IsInChannelList()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp393 bool WifiDirectUtils::IsInChannelList(int32_t channel, const std::vector<int> &channelArray) in IsInChannelList()