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 D | trans_lane_manager_test.cpp | 412 int32_t ret = FindConfigType(channelType, businessType); 417 ret = FindConfigType(channelType, businessType);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 58 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 D | trans_tcp_direct_message_static_test.cpp | 541 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 D | trans_auth_manager.c | 327 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 D | trans_tcp_direct_message.c | 557 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 D | softbus_proxychannel_manager.c | 703 static int32_t FindConfigType(int32_t channelType, int32_t businessType) in FindConfigType() function 716 ConfigType configType = (ConfigType)FindConfigType(channelType, businessType); in TransGetLocalConfig()
|