Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation.h60 int32_t InitGroupRelatedModule(void);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/
H A Dgroup_manager.c163 return IsGroupSupport() ? InitGroupRelatedModule() : HC_SUCCESS; in InitGroupManager()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c1298 int32_t InitGroupRelatedModule(void) in InitGroupRelatedModule() function