Searched refs:FIELD_GROUP_OP (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 65 #define FIELD_GROUP_OP "groupOp" macro
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 980 (void)AddIntToJson(jsonParams, FIELD_GROUP_OP, MEMBER_INVITE); in HWTEST_F() 991 (void)AddIntToJson(jsonParams, FIELD_GROUP_OP, MEMBER_INVITE); in HWTEST_F() 994 (void)AddIntToJson(jsonParams, FIELD_GROUP_OP, MEMBER_JOIN); in HWTEST_F() 1003 (void)AddIntToJson(jsonParams, FIELD_GROUP_OP, MEMBER_DELETE); in HWTEST_F()
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_common.c | 527 if (AddIntToJson(data, FIELD_GROUP_OP, session->opCode) != HC_SUCCESS) { in AddGroupInfoToSendData()
|
H A D | compatible_bind_sub_session.c | 881 if (GetIntFromJson(jsonParams, FIELD_GROUP_OP, &opCode) != HC_SUCCESS) { in CreateServerBindSubSession()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/ |
H A D | identical_account_group.c | 584 if (GetIntFromJson(deviceInfo, FIELD_GROUP_OP, &opCode) != HC_SUCCESS) { in UpdateTrustedDeviceForMetaNode()
|
/base/security/device_auth/services/ |
H A D | device_auth.c | 766 if (GetIntFromJson(receivedMsg, FIELD_GROUP_OP, &opCode) != HC_SUCCESS) { in OpenServerBindSession()
|
Completed in 10 milliseconds