Home
last modified time | relevance | path

Searched refs:CreateGroupImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_manager.h29 int32_t CreateGroupImpl(int32_t osAccountId, int64_t requestId, const char *appId, const char *crea…
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/
H A Dgroup_manager.c24 int32_t CreateGroupImpl(int32_t osAccountId, int64_t requestId, const char *appId, const char *crea… in CreateGroupImpl() function
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1598 g_groupManagerInstance->createGroup = CreateGroupImpl; in GetGmInstance()