Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/
H A Dgroup_manager.c28 …return IsGroupSupport() ? GetGroupImplInstance()->createGroup(osAccountId, requestId, appId, creat… in CreateGroupImpl()
51 return IsGroupSupport() ? GetGroupImplInstance()->addMultiMembers(osAccountId, appId, addParams) in AddMultiMembersToGroupImpl()
58 …return IsGroupSupport() ? GetGroupImplInstance()->delMultiMembers(osAccountId, appId, deleteParams) in DelMultiMembersFromGroupImpl()
65 …return IsGroupSupport() ? GetGroupImplInstance()->regListener(appId, listener) : HC_ERR_NOT_SUPPOR… in RegListenerImpl()
71 return IsGroupSupport() ? GetGroupImplInstance()->unRegListener(appId) : HC_ERR_NOT_SUPPORT; in UnRegListenerImpl()
77 … return IsGroupSupport() ? GetGroupImplInstance()->getRegisterInfo(reqJsonStr, returnRegisterInfo) in GetRegisterInfoImpl()
84 … return IsGroupSupport() ? GetGroupImplInstance()->checkAccessToGroup(osAccountId, appId, groupId) in CheckAccessToGroupImpl()
147 return IsGroupSupport() ? GetGroupImplInstance()->getPkInfoList(osAccountId, appId, queryParams, in GetPkInfoListImpl()
153 if (IsGroupSupport()) { in DestroyInfoImpl()
163 return IsGroupSupport() ? InitGroupRelatedModule() : HC_SUCCESS; in InitGroupManager()
[all …]
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation.h63 bool IsGroupSupport(void);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c1319 bool IsGroupSupport(void) in IsGroupSupport() function