Home
last modified time | relevance | path

Searched refs:MAX_CHANNEL_NUM (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp43 static const uint16_t MAX_CHANNEL_NUM = 4; variable
47 bool g_openedChannels[MAX_CHANNEL_NUM] = {false, false, false, false};
144 if ((ret == SECURE_ELEMENT_CA_RET_OK) && (channelCreated < MAX_CHANNEL_NUM - 1) && in openLogicalChannel()
218 if (channelNumber < MAX_CHANNEL_NUM - 1 && g_openedChannels[channelNumber]) { in closeChannel()
292 for (size_t i = 0; i < MAX_CHANNEL_NUM; i++) { in OnRemoteDied()
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp41 static const uint16_t MAX_CHANNEL_NUM = 4; variable
44 bool g_openedChannels[MAX_CHANNEL_NUM] = {false, false, false, false};
271 channelCreated < MAX_CHANNEL_NUM - 1 && !g_openedChannels[channelCreated]) { in openLogicalChannel()
333 if (channelNumber < MAX_CHANNEL_NUM - 1 && g_openedChannels[channelNumber]) { in closeChannel()
376 for (size_t i = 0; i < MAX_CHANNEL_NUM; i++) { in OnRemoteDied()
/ohos5.0/drivers/peripheral/wlan/hal/include/
H A Dwifi_hal_cmd.h29 #define MAX_CHANNEL_NUM 14 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_decoder.cpp29 const int MAX_CHANNEL_NUM = 2; variable
72 for (int ch = 0; ch < MAX_CHANNEL_NUM; ch++) { in Init()
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_base_feature.c68 if (baseFeature == NULL || freqs == NULL || size < MAX_CHANNEL_NUM || num == NULL || band < 0) { in GetValidFreqsWithBandInner()
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h213 #define MAX_CHANNEL_NUM 14 macro
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp1121 int32_t freqs[MAX_CHANNEL_NUM] = {0};
1122 uint32_t size = MAX_CHANNEL_NUM;
1163 int32_t freqs[MAX_CHANNEL_NUM] = {0};
1164 uint32_t size = MAX_CHANNEL_NUM;