Searched refs:StringSet (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/ |
H A D | group_auth_data_operation.c | 29 if (!StringSet(&returnEntry->groupId, entry->groupId)) { in GaDeepCopyDeviceEntry() 33 if (!StringSet(&returnEntry->udid, entry->udid)) { in GaDeepCopyDeviceEntry() 37 if (!StringSet(&returnEntry->authId, entry->authId)) { in GaDeepCopyDeviceEntry() 41 if (!StringSet(&returnEntry->serviceType, entry->serviceType)) { in GaDeepCopyDeviceEntry() 45 if (!StringSet(&returnEntry->userId, entry->userId)) { in GaDeepCopyDeviceEntry() 64 if (!StringSet(&returnEntry->name, entry->name)) { in GaDeepCopyGroupEntry() 68 if (!StringSet(&returnEntry->id, entry->id)) { in GaDeepCopyGroupEntry() 72 if (!StringSet(&returnEntry->userId, entry->userId)) { in GaDeepCopyGroupEntry() 80 if (!StringSet(&ownerName, entryOwner)) { in GaDeepCopyGroupEntry()
|
/ohos5.0/base/security/device_auth/services/data_manager/src/ |
H A D | data_manager.c | 236 if (!StringSet(&returnEntry->name, entry->name)) { in GenerateGroupEntryFromEntry() 240 if (!StringSet(&returnEntry->id, entry->id)) { in GenerateGroupEntryFromEntry() 244 if (!StringSet(&returnEntry->userId, entry->userId)) { in GenerateGroupEntryFromEntry() 257 if (!StringSet(&ownerName, entryOwner)) { in GenerateGroupEntryFromEntry() 277 if (!StringSet(&returnEntry->udid, entry->udid)) { in GenerateDeviceEntryFromEntry() 303 if (!StringSet(&entry->name, group->name.data)) { in GenerateGroupEntryFromTlv() 307 if (!StringSet(&entry->id, group->id.data)) { in GenerateGroupEntryFromTlv() 311 if (!StringSet(&entry->userId, group->userId.data)) { in GenerateGroupEntryFromTlv() 777 if (!StringSet(&element->name.data, entry->name)) { in SetGroupElement() 781 if (!StringSet(&element->id.data, entry->id)) { in SetGroupElement() [all …]
|
/ohos5.0/base/security/device_auth/common_lib/interfaces/ |
H A D | hc_string.h | 63 HcBool StringSet(HcString *self, HcString str);
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
H A D | hdi_cpp_code_emitter.cpp | 177 using StringSet = std::unordered_set<std::string>; in EmitImportUsingNamespace() typedef 178 StringSet namespaceSet; in EmitImportUsingNamespace()
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | hc_string.c | 91 HcBool StringSet(HcString *self, HcString str) in StringSet() function
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | cpp_code_emitter.cpp | 199 using StringSet = std::unordered_set<std::string>; in EmitImportUsingNamespace() typedef 200 StringSet namespaceSet; in EmitImportUsingNamespace()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
H A D | common_lib_test.cpp | 296 ret = StringSet(nullptr, srcStr); 298 ret = StringSet(&selfStr, srcStr);
|