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 D | channel_manager.c | 60 …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 D | soft_bus_channel.c | 174 … 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 D | channel_manager.h | 33 …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 D | soft_bus_channel.h | 27 int32_t (*openChannel)(const char *connectParams, int64_t requestId, int64_t *returnChannelId);
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 495 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);
|