Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_manager.h45 int32_t GetRelatedGroupsImpl(int32_t osAccountId, const char *appId, const char *peerDeviceId,
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/
H A Dgroup_manager.c111 int32_t GetRelatedGroupsImpl(int32_t osAccountId, const char *appId, const char *peerDeviceId, in GetRelatedGroupsImpl() function
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1611 g_groupManagerInstance->getRelatedGroups = GetRelatedGroupsImpl; in GetGmInstance()