Home
last modified time | relevance | path

Searched refs:GetCharacteristicProfileJson (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dservice_characteristic_profile.h36 const std::string& GetCharacteristicProfileJson() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dservice_characteristic_profile.cpp66 const std::string& ServiceCharacteristicProfile::GetCharacteristicProfileJson() const in GetCharacteristicProfileJson() function in OHOS::DeviceProfile::ServiceCharacteristicProfile
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp353 profile.GetCharacteristicProfileJson().empty() || in CheckProfileInvalidity()
354 profile.GetCharacteristicProfileJson() == JSON_NULL; in CheckProfileInvalidity()
/ohos5.0/foundation/deviceprofile/device_info_manager/
H A DREADME_zh.md82 std::string jsonData = profile.GetCharacteristicProfileJson();
H A DREADME.md78 std::string jsonData = profile.GetCharacteristicProfileJson();
/ohos5.0/docs/zh-cn/readme/
H A DDeviceProfile子系统.md82 std::string jsonData = profile.GetCharacteristicProfileJson();
/ohos5.0/docs/en/readme/
H A DDeviceProfile.md76 std::string jsonData = profile.GetCharacteristicProfileJson();
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp347 std::string jsonData = profile.GetCharacteristicProfileJson();
1122 values.emplace_back(profile.GetCharacteristicProfileJson());
1411 values.emplace_back(profile.GetCharacteristicProfileJson());
H A Dprofile_crud_test.cpp733 std::string jsonData = profile.GetCharacteristicProfileJson();
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp184 std::string jsonData = profile.GetCharacteristicProfileJson(); in QueryCommand()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp156 values.emplace_back(profile.GetCharacteristicProfileJson()); in PutDeviceProfile()