Searched refs:GenerateCharProfileKey (Results 1 - 10 of 10) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | switch_status_collector.cpp | 123 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 D | profile_cache.cpp | 145 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 D | profile_control_utils.cpp | 309 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 D | profile_utils.h | 65 static std::string GenerateCharProfileKey(const std::string& deviceId, const std::string& serviceName,
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | static_profile_manager.cpp | 130 std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, characteristicKey); in GetCharacteristicProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/ |
H A D | static_capability_loader.cpp | 297 charProfiles[ProfileUtils::GenerateCharProfileKey(deviceId, serviceId, STATIC_CHARACTERISTIC_KEY)] = in GenerateStaticProfiles()
|
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/ |
H A D | profileutils_fuzzer.cpp | 127 ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in GenerateCharProfileKeyFuzzTest()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 400 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 D | distributed_device_profile_service_new.cpp | 680 std::string profileKey = ProfileUtils::GenerateCharProfileKey(item.GetDeviceId(), in AddCharProfilesToCache()
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 345 * @tc.desc: GenerateCharProfileKey. 354 string res = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charKey); in HWTEST_F()
|
Completed in 11 milliseconds