Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/
H A Dchannel_manager.h32 ChannelType GetChannelType(const DeviceAuthCallback *callback, const CJson *jsonParams);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/
H A Dchannel_manager.c46 ChannelType GetChannelType(const DeviceAuthCallback *callback, const CJson *jsonParams) in GetChannelType() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp479 ChannelType type = GetChannelType(&callback, jsonParams);
482 type = GetChannelType(&callback, jsonParams);
488 type = GetChannelType(&callback, jsonParams);
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c366 ChannelType channelType = GetChannelType(callback, context); in BuildClientBindContext()
559 ChannelType channelType = GetChannelType(callback, context); in StartClientBindSession()