Home
last modified time | relevance | path

Searched defs:serviceProfileKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp124 …std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(serviceProfile.GetDeviceId… in AddServiceProfile() local
216 … std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in GetServiceProfile() local
286 std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in DeleteServiceProfile() local
339 …std::string serviceProfileKey = ProfileUtils::GenerateServiceProfileKey(serviceProfile.GetDeviceId… in IsServiceProfileExist() local
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp475 std::string serviceProfileKey = GenerateServiceProfileKey(profile.GetDeviceId(), serviceName); in ServiceProfileToEntries() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_control_utils_test.cpp939 std::string serviceProfileKey = SVR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName; variable