Home
last modified time | relevance | path

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 Dgroup_auth_data_operation.c29 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 Ddata_manager.c236 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 Dhc_string.h63 HcBool StringSet(HcString *self, HcString str);
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dhdi_cpp_code_emitter.cpp177 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 Dhc_string.c91 HcBool StringSet(HcString *self, HcString str) in StringSet() function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcpp_code_emitter.cpp199 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 Dcommon_lib_test.cpp296 ret = StringSet(nullptr, srcStr);
298 ret = StringSet(&selfStr, srcStr);