Searched refs:AddGroup (Results 1 – 6 of 6) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/include/ |
D | number_format_impl.h | 49 …void AddGroup(char *targetAndSource[], const int len[], const char *decimal, bool hasDec, int decL…
|
/base/security/device_auth/services/data_manager/inc/ |
D | data_manager.h | 82 int32_t AddGroup(int32_t osAccountId, const TrustedGroupEntry *groupEntry);
|
/base/global/i18n_lite/frameworks/i18n/src/ |
D | number_format_impl.cpp | 158 AddGroup(resultAndContent, lengths, decimalNum, adjustHasDec, decLen); in InnerFormat() 285 void NumberFormatImpl::AddGroup(char *targetAndSource[], const int len[], const char *decimal, in AddGroup() function in NumberFormatImpl
|
/base/security/device_auth/services/data_manager/src/ |
D | data_manager.c | 910 int32_t AddGroup(int32_t osAccountId, const TrustedGroupEntry *groupEntry) in AddGroup() function
|
/base/security/device_auth/services/group_manager/src/group_operation/ |
D | group_operation_common.c | 913 result = AddGroup(osAccountId, groupParams); in AddGroupToDatabaseByJson()
|
/base/security/device_auth/services/group_manager/src/session/bind_session/ |
D | bind_session_common.c | 879 result = AddGroup(session->osAccountId, groupParams); in AddGroupToDatabase()
|