Home
last modified time | relevance | path

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

/base/security/device_auth/services/group_manager/src/
Dgroup_manager.c28 …return IsGroupSupport() ? GetGroupImplInstance()->createGroup(osAccountId, requestId, appId, creat… in CreateGroupImpl()
36 …return IsGroupSupport() ? GetGroupImplInstance()->deleteGroup(osAccountId, requestId, appId, disba… in DeleteGroupImpl()
44 …return IsGroupSupport() ? GetGroupImplInstance()->deleteMember(osAccountId, requestId, appId, dele… in DeleteMemberFromGroupImpl()
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()
91 …return IsGroupSupport() ? GetGroupImplInstance()->getAccessibleGroupInfoById(osAccountId, appId, g… in GetGroupInfoByIdImpl()
[all …]
/base/security/device_auth/services/group_manager/inc/
Dgroup_operation.h63 bool IsGroupSupport(void);
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c1033 bool IsGroupSupport(void) in IsGroupSupport() function