Home
last modified time | relevance | path

Searched refs:AddGroup (Results 1 – 6 of 6) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/include/
Dnumber_format_impl.h49 …void AddGroup(char *targetAndSource[], const int len[], const char *decimal, bool hasDec, int decL…
/base/security/device_auth/services/data_manager/inc/
Ddata_manager.h82 int32_t AddGroup(int32_t osAccountId, const TrustedGroupEntry *groupEntry);
/base/global/i18n_lite/frameworks/i18n/src/
Dnumber_format_impl.cpp158 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/
Ddata_manager.c910 int32_t AddGroup(int32_t osAccountId, const TrustedGroupEntry *groupEntry) in AddGroup() function
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c913 result = AddGroup(osAccountId, groupParams); in AddGroupToDatabaseByJson()
/base/security/device_auth/services/group_manager/src/session/bind_session/
Dbind_session_common.c879 result = AddGroup(session->osAccountId, groupParams); in AddGroupToDatabase()