Searched refs:AddChannelInfoToContext (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/services/ |
H A D | device_auth.c | 346 static int32_t AddChannelInfoToContext(int32_t channelType, int64_t channelId, CJson *context) in AddChannelInfoToContext() function 373 return AddChannelInfoToContext(channelType, channelId, context); in BuildClientBindContext() 735 return AddChannelInfoToContext(channelType, channelId, context); in BuildServerBindContext() 873 return AddChannelInfoToContext(SERVICE_CHANNEL, DEFAULT_CHANNEL_ID, context); in BuildClientAuthContext() 1007 return AddChannelInfoToContext(SERVICE_CHANNEL, DEFAULT_CHANNEL_ID, context); in BuildServerAuthContext() 1053 return AddChannelInfoToContext(SERVICE_CHANNEL, DEFAULT_CHANNEL_ID, context); in BuildServerP2PAuthContext()
|