Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c60 const int32_t configTypeMapLength = sizeof(g_configTypeMap) / sizeof(ConfigTypeMap); in FindConfigType() local
61 for (uint32_t i = 0; i < configTypeMapLength; i++) { in FindConfigType()