Home
last modified time | relevance | path

Searched refs:GenerateDBKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp464 values[GenerateDBKey(deviceProfileKey, OS_SYS_CAPACITY)] = profile.GetOsSysCap(); in DeviceProfileToEntries()
465 values[GenerateDBKey(deviceProfileKey, OS_VERSION)] = profile.GetOsVersion(); in DeviceProfileToEntries()
466 values[GenerateDBKey(deviceProfileKey, OS_TYPE)] = std::to_string(profile.GetOsType()); in DeviceProfileToEntries()
467 … values[GenerateDBKey(deviceProfileKey, OS_VERSION + OH_PROFILE_SUFFIX)] = profile.GetOsVersion(); in DeviceProfileToEntries()
468 …values[GenerateDBKey(deviceProfileKey, OS_TYPE + OH_PROFILE_SUFFIX)] = std::to_string(profile.GetO… in DeviceProfileToEntries()
477 values[GenerateDBKey(serviceProfileKey, SERVICE_NAME)] = profile.GetServiceName(); in ServiceProfileToEntries()
478 values[GenerateDBKey(serviceProfileKey, SERVICE_TYPE)] = profile.GetServiceType(); in ServiceProfileToEntries()
488 values[GenerateDBKey(charProfileKey, CHARACTERISTIC_KEY)] = profile.GetCharacteristicKey(); in CharacteristicProfileToEntries()
489 values[GenerateDBKey(charProfileKey, CHARACTERISTIC_VALUE)] = profile.GetCharacteristicValue(); in CharacteristicProfileToEntries()
688 std::string ProfileUtils::GenerateDBKey(const std::string& profileKey, const std::string& profilePr… in GenerateDBKey() function in OHOS::DistributedDeviceProfile::ProfileUtils
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h82 …static std::string GenerateDBKey(const std::string& profileKey, const std::string& profileProperty…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp261 ProfileUtils::GenerateDBKey(profileKey, profileProperty); in GenerateDBKeyFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp887 string res = ProfileUtils::GenerateDBKey(profileKey, profileProperty);