Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/
H A Dchannel_manager.c60 …nnel(ChannelType channelType, const CJson *jsonParams, int64_t requestId, int64_t *returnChannelId) in OpenChannel() argument
62 if (returnChannelId == NULL) { in OpenChannel()
67 *returnChannelId = DEFAULT_CHANNEL_ID; in OpenChannel()
80 *returnChannelId = channelId; in OpenChannel()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c174 … int32_t OpenSoftBusChannel(const char *connectParams, int64_t requestId, int64_t *returnChannelId) in OpenSoftBusChannel() argument
176 if ((connectParams == NULL) || (returnChannelId == NULL)) { in OpenSoftBusChannel()
192 *returnChannelId = channelId; in OpenSoftBusChannel()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/
H A Dchannel_manager.h33 …nel(ChannelType channelType, const CJson *jsonParams, int64_t requestId, int64_t *returnChannelId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.h27 int32_t (*openChannel)(const char *connectParams, int64_t requestId, int64_t *returnChannelId);
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp495 int64_t returnChannelId = 0; variable
496 res = OpenChannel(SOFT_BUS, jsonParams, 123, &returnChannelId);
499 res = OpenChannel(SOFT_BUS, jsonParams, 123, &returnChannelId);
502 res = OpenChannel(NO_CHANNEL, nullptr, 123, &returnChannelId);