Searched refs:GetCharacteristicProfileJson (Results 1 – 11 of 11) sorted by relevance
36 const std::string& GetCharacteristicProfileJson() const;
66 const std::string& ServiceCharacteristicProfile::GetCharacteristicProfileJson() const in GetCharacteristicProfileJson() function in OHOS::DeviceProfile::ServiceCharacteristicProfile
353 profile.GetCharacteristicProfileJson().empty() || in CheckProfileInvalidity()354 profile.GetCharacteristicProfileJson() == JSON_NULL; in CheckProfileInvalidity()
82 std::string jsonData = profile.GetCharacteristicProfileJson();
78 std::string jsonData = profile.GetCharacteristicProfileJson();
76 std::string jsonData = profile.GetCharacteristicProfileJson();
347 std::string jsonData = profile.GetCharacteristicProfileJson();1122 values.emplace_back(profile.GetCharacteristicProfileJson());1411 values.emplace_back(profile.GetCharacteristicProfileJson());
733 std::string jsonData = profile.GetCharacteristicProfileJson();
184 std::string jsonData = profile.GetCharacteristicProfileJson(); in QueryCommand()
156 values.emplace_back(profile.GetCharacteristicProfileJson()); in PutDeviceProfile()