Home
last modified time | relevance | path

Searched refs:Marshall (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp167 Serializable::Marshall(meta)))
168 << Serializable::Marshall(meta);
200 Serializable::Marshall(meta)));
208 Serializable::Marshall(meta)));
238 Serializable::Marshall(meta)));
247 Serializable::Marshall(meta)));
278 Serializable::Marshall(meta)));
308 Serializable::Marshall(meta)));
320 Serializable::Marshall(meta)));
331 Serializable::Marshall(meta)));
[all …]
H A Dcloud_test.cpp100 Serializable::json node = schemaMeta.Marshall();
129 Serializable::json node = field.Marshall();
161 Serializable::json node = database1.Marshall();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp245 EXPECT_EQ(Serializable::Marshall(cloudInfo1), to_string(node1));
249 EXPECT_EQ(Serializable::Marshall(cloudInfo1), Serializable::Marshall(cloudInfo1));
272 EXPECT_EQ(Serializable::Marshall(cloudInfo1), to_string(node1));
276 EXPECT_EQ(Serializable::Marshall(cloudInfo1), Serializable::Marshall(cloudInfo1));
297 EXPECT_EQ(Serializable::Marshall(cloudInfoAppInfo1), to_string(node1));
301 EXPECT_EQ(Serializable::Marshall(cloudInfoAppInfo1), Serializable::Marshall(cloudInfoAppInfo2));
327 EXPECT_EQ(Serializable::Marshall(table1), to_string(node1));
331 EXPECT_EQ(Serializable::Marshall(table1), Serializable::Marshall(table2));
H A Dserializable_test.cpp131 auto jstr = to_string(normal.Marshall());
164 auto jstr = to_string(normalEx.Marshall());
185 auto jsonData = NormalEx::Marshall(marshData);
237 auto jsonData = NormalEx::Marshall(marData);
299 auto json = to_string(in.Marshall());
/ohos5.0/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_utils.h26 bool ret = Marshall##type((field), (fieldType)); \
36 bool ret = Marshall##type((field), (fieldType), (length)); \
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dserializable.h35 API_EXPORT json Marshall() const;
37 static std::string Marshall(T &values) in Marshall() function
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/
H A Dserializable_test.cpp130 auto jstr = to_string(normal.Marshall());
159 auto jstr = to_string(normalEx.Marshall());
/ohos5.0/base/inputmethod/imf/services/json/include/
H A Dserializable.h32 bool Marshall(std::string &content) const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp99 return success ? Serializable::Marshall(meta) : ""; in GenerateWaterVersion()
128 return Serializable::Marshall(meta); in GetWaterVersion()
155 return success ? Serializable::Marshall(waterVersion) : ""; in GetWaterVersion()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
H A Dserializable.h37 API_EXPORT json Marshall() const;
39 static std::string Marshall(T &values) in Marshall() function
/ohos5.0/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp32 bool Serializable::Marshall(std::string &content) const in Marshall() function in OHOS::MiscServices::Serializable
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_cfg_manager.cpp91 auto ret = cfg.Marshall(content); in PackageImeCfg()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dserializable.cpp18 Serializable::json Serializable::Marshall() const in Marshall() function in OHOS::Serializable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.cpp155 KvData::KvData(const Id &id) : id(DistributedData::Serializable::Marshall(id)) {} in KvData()
H A Ddb_delegate.h81 return DistributedData::Serializable::Marshall(*this); in string()
H A Dkv_delegate.cpp252 std::string filter = DistributedData::Serializable::Marshall(id); in Get()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp19 Serializable::json Serializable::Marshall() const in Marshall() function in OHOS::DistributedData::Serializable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/
H A Dserializable.h35 API_EXPORT std::string Marshall() const;
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/
H A Dserializable.cpp30 std::string Serializable::Marshall() const in Marshall() function in OHOS::DistributedData::Serializable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.cpp97 Serializable::Marshall(userStatus).c_str(), time); in GetUsers()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dtemplate_data.cpp88 return DistributedData::Serializable::Marshall(value); in GetValue()
H A Dpublished_data.cpp35 return DistributedData::Serializable::Marshall(value); in GetValue()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud_data_translate.cpp34 auto data = Serializable::Marshall(innerAsset); in AssetToBlob()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmeta_data_manager.cpp193 auto data = Serializable::Marshall(value); in SaveMeta()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Draw_data_parser.cpp97 auto data = Serializable::Marshall(innerAsset); in PackageRawData()

12