Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_manager.h30 int32_t DeleteGroupImpl(int32_t osAccountId, int64_t requestId, const char *appId, const char *disb…
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/
H A Dgroup_manager.c32 int32_t DeleteGroupImpl(int32_t osAccountId, int64_t requestId, const char *appId, const char *disb… in DeleteGroupImpl() function
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1599 g_groupManagerInstance->deleteGroup = DeleteGroupImpl; in GetGmInstance()