Home
last modified time | relevance | path

Searched refs:GenerateCharProfileKey (Results 1 - 10 of 10) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp123 std::string charKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceId, SWITCH_STATUS); in GenerateSwitchProfiles()
164 std::string charKey = ProfileUtils::GenerateCharProfileKey(localUdid, serviceName, SWITCH_STATUS); in AddSwitchStatusToDB()
168 std::string charKey = ProfileUtils::GenerateCharProfileKey(profile.GetDeviceId(), profile.GetServiceName(), in AddSwitchStatusToDB()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp145 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in AddCharProfile()
166 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in AddStaticCharProfile()
240 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in GetCharacteristicProfile()
260 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in GetStaticCharacteristicProfile()
306 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in DeleteCharProfile()
368 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in IsCharProfileExist()
406 std::string profileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in RefreshCharProfileCache()
H A Dprofile_control_utils.cpp309 std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, in GetCharacteristicProfile()
317 std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, characteristicKey); in GetCharacteristicProfile()
455 std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, in DeleteCharacteristicProfile()
462 std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, characteristicKey); in DeleteCharacteristicProfile()
/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h65 static std::string GenerateCharProfileKey(const std::string& deviceId, const std::string& serviceName,
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp130 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, characteristicKey); in GetCharacteristicProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp297 charProfiles[ProfileUtils::GenerateCharProfileKey(deviceId, serviceId, STATIC_CHARACTERISTIC_KEY)] = in GenerateStaticProfiles()
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp127 ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in GenerateCharProfileKeyFuzzTest()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp400 std::string ProfileUtils::GenerateCharProfileKey(const std::string& deviceId, const std::string& serviceName, in GenerateCharProfileKey() function in OHOS::DistributedDeviceProfile::ProfileUtils
486 std::string charProfileKey = GenerateCharProfileKey(profile.GetDeviceId(), serviceName, in CharacteristicProfileToEntries()
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp680 std::string profileKey = ProfileUtils::GenerateCharProfileKey(item.GetDeviceId(), in AddCharProfilesToCache()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp345 * @tc.desc: GenerateCharProfileKey.
354 string res = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in HWTEST_F()

Completed in 14 milliseconds