Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp475 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllDeviceProfile()
503 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllServiceProfile()
531 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h83 static std::string GetProfileKey(const std::string& dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp900 string res = ProfileUtils::GetProfileKey(dbKey);
913 string res = ProfileUtils::GetProfileKey(dbKey);
929 string res = ProfileUtils::GetProfileKey(dbKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp200 std::string ProfileUtils::GetProfileKey(const std::string& dbKey) in GetProfileKey() function in OHOS::DistributedDeviceProfile::ProfileUtils