Home
last modified time | relevance | path

Searched refs:FIELD_CHANNEL_ID (Results 1 - 7 of 7) sorted by relevance

/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h43 #define FIELD_CHANNEL_ID "channelId" macro
/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c332 if (GetByteFromJson(impl->context, FIELD_CHANNEL_ID, (uint8_t *)&channelId, sizeof(int64_t)) != HC_SUCCESS) { in AddChannelInfoToParams()
340 if (AddByteToJson(receviedMsg, FIELD_CHANNEL_ID, (uint8_t *)&channelId, sizeof(int64_t)) != HC_SUCCESS) { in AddChannelInfoToParams()
619 if (GetByteFromJson(context, FIELD_CHANNEL_ID, (uint8_t *)&channelId, sizeof(int64_t)) != HC_SUCCESS) { in BuildDevSessionByContext()
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c111 if (AddByteToJson(recvData, FIELD_CHANNEL_ID, (uint8_t *)&channelId, sizeof(int64_t)) != HC_SUCCESS) { in GenRecvData()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_util.c241 if (GetByteFromJson(jsonParams, FIELD_CHANNEL_ID, (uint8_t *)&channelId, sizeof(int64_t)) != HC_SUCCESS) { in InformPeerProcessError()
H A Dcompatible_bind_sub_session.c814 if (GetByteFromJson(params, FIELD_CHANNEL_ID, (uint8_t *)&session->channelId, sizeof(int64_t)) != HC_SUCCESS) { in InitChannel()
/base/security/device_auth/services/
H A Ddevice_auth.c352 if (AddByteToJson(context, FIELD_CHANNEL_ID, (uint8_t *)&channelId, sizeof(int64_t)) != HC_SUCCESS) { in AddChannelInfoToContext()
739 if (GetByteFromJson(receivedMsg, FIELD_CHANNEL_ID, (uint8_t *)&channelId, sizeof(int64_t)) == HC_SUCCESS) { in BuildServerBindContext()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp962 (void)AddStringToJson(jsonParams, FIELD_CHANNEL_ID, "0"); in HWTEST_F()

Completed in 9 milliseconds