Home
last modified time | relevance | path

Searched refs:GROUP_CREATE (Results 1 - 18 of 18) sorted by relevance

/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcheckaccesstogroup_fuzzer/
H A Ddevauthservcheckaccesstogroup_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcreategroup_fuzzer/
H A Ddevauthservcreategroup_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetdeviceinfobyid_fuzzer/
H A Ddevauthservgetdeviceinfobyid_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetgroupinfobyid_fuzzer/
H A Ddevauthservgetgroupinfobyid_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetjoinedgroups_fuzzer/
H A Ddevauthservgetjoinedgroups_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetrelatedgroups_fuzzer/
H A Ddevauthservgetrelatedgroups_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgettrusteddevices_fuzzer/
H A Ddevauthservgettrusteddevices_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservisdeviceingroup_fuzzer/
H A Ddevauthservisdeviceingroup_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmembertogroup_fuzzer/
H A Ddevauthservaddmembertogroup_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmultimemberstogroup_fuzzer/
H A Ddevauthservaddmultimemberstogroup_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservauthdevice_fuzzer/
H A Ddevauthservauthdevice_fuzzer.cpp38 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletegroup_fuzzer/
H A Ddevauthservdeletegroup_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletemultimembersfromgroup_fuzzer/
H A Ddevauthservdeletemultimembersfromgroup_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletememberfromgroup_fuzzer/
H A Ddevauthservdeletememberfromgroup_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetgroupinfo_fuzzer/
H A Ddevauthservgetgroupinfo_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetpkinfolist_fuzzer/
H A Ddevauthservgetpkinfolist_fuzzer.cpp36 if (operationCode == GROUP_CREATE) { in OnFinish()
/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h127 GROUP_CREATE = 0, enumerator
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c448 ProcessErrorCallback(task->reqId, GROUP_CREATE, result, NULL, task->cb); in DoCreateGroup()
450 ProcessFinishCallback(task->reqId, GROUP_CREATE, returnJsonStr, task->cb); in DoCreateGroup()
497 int32_t result = AddBindParamsToJson(GROUP_CREATE, requestId, appId, params); in CreateGroupInner()
502 if (InitAndPushGMTask(osAccountId, GROUP_CREATE, requestId, params, DoCreateGroup) != HC_SUCCESS) { in CreateGroupInner()

Completed in 8 milliseconds