Home
last modified time | relevance | path

Searched defs:charProfileKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp145 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in AddCharProfile() local
166 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in AddStaticCharProfile() local
236 … std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in GetCharacteristicProfile() local
256 … std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in GetStaticCharacteristicProfile() local
302 … std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in DeleteCharProfile() local
364 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in IsCharProfileExist() local
755 int32_t ProfileCache::GetSwitchProfilesByServiceName(const std::string& charProfileKey, in GetSwitchProfilesByServiceName()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp130 …std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, character… in GetCharacteristicProfile() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_control_utils_test.cpp1105 std::string charProfileKey = variable
1276 std::string charProfileKey = variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp486 std::string charProfileKey = GenerateCharProfileKey(profile.GetDeviceId(), serviceName, in CharacteristicProfileToEntries() local