Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp412 int32_t ret = FindConfigType(channelType, businessType);
417 ret = FindConfigType(channelType, businessType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c58 static int32_t FindConfigType(int32_t channelType, int32_t businessType) in FindConfigType() function
128 ConfigType configType = (ConfigType)FindConfigType(channelType, businessType); in TransCommonGetLocalConfig()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_static_test.cpp541 int32_t ret = FindConfigType(channelType, bussinessType);
555 int32_t ret = FindConfigType(channelType, bussinessType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c327 static int32_t FindConfigType(int32_t channelType, int32_t businessType) in FindConfigType() function
340 ConfigType configType = (ConfigType)FindConfigType(channelType, businessType); in TransGetLocalConfig()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c557 static int32_t FindConfigType(int32_t channelType, int32_t businessType) in FindConfigType() function
570 ConfigType configType = (ConfigType)FindConfigType(channelType, businessType); in TransGetLocalConfig()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c703 static int32_t FindConfigType(int32_t channelType, int32_t businessType) in FindConfigType() function
716 ConfigType configType = (ConfigType)FindConfigType(channelType, businessType); in TransGetLocalConfig()