Home
last modified time | relevance | path

Searched refs:IsJson (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/
H A Dserializable_test.cpp170 HWTEST_F(SerializableTest, IsJson, TestSize.Level1)
174 ASSERT_FALSE(Serializable::IsJson(str));
175 ASSERT_TRUE(Serializable::IsJson(jsonStr));
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp310 HWTEST_F(SerializableTest, IsJson, TestSize.Level1)
314 ASSERT_FALSE(Serializable::IsJson(str));
315 ASSERT_TRUE(Serializable::IsJson(jsonStr));
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dserializable.cpp57 bool Serializable::IsJson(const std::string &jsonStr) in IsJson() function in OHOS::Serializable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dserializable.h51 API_EXPORT static bool IsJson(const std::string &jsonStr);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp58 bool Serializable::IsJson(const std::string &jsonStr) in IsJson() function in OHOS::DistributedData::Serializable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.cpp196 if (!Config::IsJson(rawData)) { in GetResFromResMgr()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
H A Dserializable.h53 API_EXPORT static bool IsJson(const std::string &jsonStr);