/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | schema_meta.cpp | 20 SetValue(node[GET_NAME(metaVersion)], metaVersion); in Marshal() 21 SetValue(node[GET_NAME(version)], version); in Marshal() 22 SetValue(node[GET_NAME(bundleName)], bundleName); in Marshal() 23 SetValue(node[GET_NAME(databases)], databases); in Marshal() 29 if (!GetValue(node, GET_NAME(metaVersion), metaVersion)) { in Unmarshal() 32 GetValue(node, GET_NAME(version), version); in Unmarshal() 33 GetValue(node, GET_NAME(bundleName), bundleName); in Unmarshal() 34 GetValue(node, GET_NAME(databases), databases); in Unmarshal() 53 SetValue(node[GET_NAME(name)], name); in Marshal() 54 SetValue(node[GET_NAME(alia in Marshal() [all...] |
H A D | cloud_extra_data.cpp | 22 SetValue(node[GET_NAME(traceId)], traceId); in Marshal() 23 SetValue(node[GET_NAME(prepareTraceId)], prepareTraceId); in Marshal() 29 GetValue(node, GET_NAME(traceId), traceId); in Unmarshal() 30 GetValue(node, GET_NAME(prepareTraceId), prepareTraceId); in Unmarshal() 36 SetValue(node[GET_NAME(accountId)], accountId); in Marshal() 37 SetValue(node[GET_NAME(bundleName)], bundleName); in Marshal() 38 SetValue(node[GET_NAME(containerName)], containerName); in Marshal() 39 SetValue(node[GET_NAME(databaseScopes)], databaseScopes); in Marshal() 40 SetValue(node[GET_NAME(recordTypes)], recordTypes); in Marshal() 46 GetValue(node, GET_NAME(accountI in Unmarshal() [all...] |
H A D | cloud_info.cpp | 23 SetValue(node[GET_NAME(user)], user); in Marshal() 24 SetValue(node[GET_NAME(id)], id); in Marshal() 25 SetValue(node[GET_NAME(totalSpace)], totalSpace); in Marshal() 26 SetValue(node[GET_NAME(remainSpace)], remainSpace); in Marshal() 27 SetValue(node[GET_NAME(enableCloud)], enableCloud); in Marshal() 28 SetValue(node[GET_NAME(apps)], apps); in Marshal() 29 SetValue(node[GET_NAME(maxNumber)], maxNumber); in Marshal() 30 SetValue(node[GET_NAME(maxSize)], maxSize); in Marshal() 36 GetValue(node, GET_NAME(user), user); in Unmarshal() 37 GetValue(node, GET_NAME(i in Unmarshal() [all...] |
H A D | subscription.cpp | 22 SetValue(node[GET_NAME(id)], id); in Marshal() 23 SetValue(node[GET_NAME(bundleName)], bundleName); in Marshal() 24 SetValue(node[GET_NAME(relations)], relations); in Marshal() 30 GetValue(node, GET_NAME(id), id); in Unmarshal() 31 GetValue(node, GET_NAME(bundleName), bundleName); in Unmarshal() 32 GetValue(node, GET_NAME(relations), relations); in Unmarshal() 38 SetValue(node[GET_NAME(userId)], userId); in Marshal() 39 SetValue(node[GET_NAME(id)], id); in Marshal() 40 SetValue(node[GET_NAME(expiresTime)], expiresTime); in Marshal() 46 GetValue(node, GET_NAME(userI in Unmarshal() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/ |
H A D | checker_config.cpp | 21 SetValue(node[GET_NAME(bundleName)], bundleName); in Marshal() 22 SetValue(node[GET_NAME(appId)], appId); in Marshal() 23 SetValue(node[GET_NAME(packageName)], packageName); in Marshal() 24 SetValue(node[GET_NAME(base64Key)], base64Key); in Marshal() 25 SetValue(node[GET_NAME(checker)], checker); in Marshal() 31 GetValue(node, GET_NAME(bundleName), bundleName); in Unmarshal() 32 GetValue(node, GET_NAME(appId), appId); in Unmarshal() 33 GetValue(node, GET_NAME(packageName), packageName); in Unmarshal() 34 GetValue(node, GET_NAME(base64Key), base64Key); in Unmarshal() 35 GetValue(node, GET_NAME(checke in Unmarshal() [all...] |
H A D | global_config.cpp | 21 SetValue(node[GET_NAME(processLabel)], processLabel); in Marshal() 22 SetValue(node[GET_NAME(metaData)], metaData); in Marshal() 23 SetValue(node[GET_NAME(version)], version); in Marshal() 24 SetValue(node[GET_NAME(features)], features); in Marshal() 25 SetValue(node[GET_NAME(components)], components); in Marshal() 26 SetValue(node[GET_NAME(bundleChecker)], bundleChecker); in Marshal() 27 SetValue(node[GET_NAME(networks)], networks); in Marshal() 28 SetValue(node[GET_NAME(directory)], directory); in Marshal() 29 SetValue(node[GET_NAME(backup)], backup); in Marshal() 30 SetValue(node[GET_NAME(clou in Marshal() [all...] |
H A D | backup_config.cpp | 21 SetValue(node[GET_NAME(rules)], rules); in Marshal() 22 SetValue(node[GET_NAME(schedularDelay)], schedularDelay); in Marshal() 23 SetValue(node[GET_NAME(schedularInternal)], schedularInternal); in Marshal() 24 SetValue(node[GET_NAME(backupInternal)], backupInternal); in Marshal() 25 SetValue(node[GET_NAME(backupNumber)], backupNumber); in Marshal() 31 GetValue(node, GET_NAME(rules), rules); in Unmarshal() 32 GetValue(node, GET_NAME(schedularDelay), schedularDelay); in Unmarshal() 33 GetValue(node, GET_NAME(schedularInternal), schedularInternal); in Unmarshal() 34 GetValue(node, GET_NAME(backupInternal), backupInternal); in Unmarshal() 35 GetValue(node, GET_NAME(backupNumbe in Unmarshal() [all...] |
H A D | component_config.cpp | 21 SetValue(node[GET_NAME(description)], description); in Marshal() 22 SetValue(node[GET_NAME(lib)], lib); in Marshal() 23 SetValue(node[GET_NAME(constructor)], constructor); in Marshal() 24 SetValue(node[GET_NAME(destructor)], destructor); in Marshal() 26 node[GET_NAME(params)] = ToJson(params); in Marshal() 33 GetValue(node, GET_NAME(description), description); in Unmarshal() 34 GetValue(node, GET_NAME(lib), lib); in Unmarshal() 35 GetValue(node, GET_NAME(constructor), constructor); in Unmarshal() 36 GetValue(node, GET_NAME(destructor), destructor); in Unmarshal() 37 const auto &subNode = GetSubNode(node, GET_NAME(param in Unmarshal() [all...] |
H A D | directory_config.cpp | 21 SetValue(node[GET_NAME(version)], version); in Marshal() 22 SetValue(node[GET_NAME(pattern)], pattern); in Marshal() 23 SetValue(node[GET_NAME(metaPath)], metaPath); in Marshal() 24 SetValue(node[GET_NAME(autoCreate)], autoCreate); in Marshal() 30 GetValue(node, GET_NAME(version), version); in Unmarshal() 31 GetValue(node, GET_NAME(pattern), pattern); in Unmarshal() 32 GetValue(node, GET_NAME(metaPath), metaPath); in Unmarshal() 33 GetValue(node, GET_NAME(autoCreate), autoCreate); in Unmarshal() 39 SetValue(node[GET_NAME(strategy)], strategy); in Marshal() 45 return GetValue(node, GET_NAME(strateg in Unmarshal() [all...] |
H A D | network_config.cpp | 21 SetValue(node[GET_NAME(chains)], chains); in Marshal() 22 SetValue(node[GET_NAME(routers)], routers); in Marshal() 23 SetValue(node[GET_NAME(transports)], transports); in Marshal() 24 SetValue(node[GET_NAME(protocols)], protocols); in Marshal() 30 GetValue(node, GET_NAME(chains), chains); in Unmarshal() 31 GetValue(node, GET_NAME(routers), routers); in Unmarshal() 32 GetValue(node, GET_NAME(transports), transports); in Unmarshal() 33 GetValue(node, GET_NAME(protocols), protocols); in Unmarshal()
|
H A D | protocol_config.cpp | 21 SetValue(node[GET_NAME(name)], name); in Marshal() 22 SetValue(node[GET_NAME(address)], address); in Marshal() 23 SetValue(node[GET_NAME(transport)], transport); in Marshal() 29 GetValue(node, GET_NAME(name), name); in Unmarshal() 30 GetValue(node, GET_NAME(address), address); in Unmarshal() 31 GetValue(node, GET_NAME(transport), transport); in Unmarshal()
|
H A D | cloud_config.cpp | 20 SetValue(node[GET_NAME(mapper)], mapper); in Marshal() 26 GetValue(node, GET_NAME(mapper), mapper); in Unmarshal() 32 SetValue(node[GET_NAME(localBundle)], localBundle); in Marshal() 33 SetValue(node[GET_NAME(cloudBundle)], cloudBundle); in Marshal() 38 GetValue(node, GET_NAME(localBundle), localBundle); in Unmarshal() 39 GetValue(node, GET_NAME(cloudBundle), cloudBundle); in Unmarshal()
|
/foundation/distributeddatamgr/pasteboard/services/load/src/ |
H A D | config.cpp | 20 SetValue(node, description, GET_NAME(description)); in Marshal() 21 SetValue(node, lib, GET_NAME(lib)); in Marshal() 22 SetValue(node, constructor, GET_NAME(constructor)); in Marshal() 23 SetValue(node, destructor, GET_NAME(destructor)); in Marshal() 24 SetValue(node, params, GET_NAME(params)); in Marshal() 30 GetValue(node, GET_NAME(description), description); in Unmarshal() 31 GetValue(node, GET_NAME(lib), lib); in Unmarshal() 32 GetValue(node, GET_NAME(constructor), constructor); in Unmarshal() 33 GetValue(node, GET_NAME(destructor), destructor); in Unmarshal() 34 GetValue(node, GET_NAME(param in Unmarshal() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
H A D | store_meta_data.cpp | 32 SetValue(node[GET_NAME(version)], version); in Marshal() 33 SetValue(node[GET_NAME(isAutoSync)], isAutoSync); in Marshal() 34 SetValue(node[GET_NAME(isBackup)], isBackup); in Marshal() 35 SetValue(node[GET_NAME(isEncrypt)], isEncrypt); in Marshal() 36 SetValue(node[GET_NAME(isManualClean)], isManualClean); in Marshal() 37 SetValue(node[GET_NAME(isDirty)], isDirty); in Marshal() 38 SetValue(node[GET_NAME(isSearchable)], isSearchable); in Marshal() 39 SetValue(node[GET_NAME(isNeedCompress)], isNeedCompress); in Marshal() 40 SetValue(node[GET_NAME(storeType)], storeType); in Marshal() 41 SetValue(node[GET_NAME(securityLeve in Marshal() [all...] |
H A D | store_meta_data_local.cpp | 22 SetValue(node[GET_NAME(type)], type); in Marshal() 23 SetValue(node[GET_NAME(valueUint)], valueUint); in Marshal() 24 SetValue(node[GET_NAME(index)], index); in Marshal() 30 GetValue(node, GET_NAME(type), type); in Unmarshal() 31 GetValue(node, GET_NAME(valueUint), valueUint); in Unmarshal() 32 GetValue(node, GET_NAME(index), index); in Unmarshal() 63 SetValue(node[GET_NAME(isAutoSync)], isAutoSync); in Marshal() 64 SetValue(node[GET_NAME(isBackup)], isBackup); in Marshal() 65 SetValue(node[GET_NAME(isDirty)], isDirty); in Marshal() 66 SetValue(node[GET_NAME(isEncryp in Marshal() [all...] |
H A D | store_debug_info.cpp | 20 SetValue(node[GET_NAME(inode)], inode); in Marshal() 21 SetValue(node[GET_NAME(size)], size); in Marshal() 22 SetValue(node[GET_NAME(dev)], dev); in Marshal() 23 SetValue(node[GET_NAME(mode)], mode); in Marshal() 24 SetValue(node[GET_NAME(uid)], uid); in Marshal() 25 SetValue(node[GET_NAME(gid)], gid); in Marshal() 31 GetValue(node, GET_NAME(inode), inode); in Unmarshal() 32 GetValue(node, GET_NAME(size), size); in Unmarshal() 33 GetValue(node, GET_NAME(dev), dev); in Unmarshal() 34 GetValue(node, GET_NAME(mod in Unmarshal() [all...] |
H A D | matrix_meta_data.cpp | 21 SetValue(node[GET_NAME(version)], version); in Marshal() 22 SetValue(node[GET_NAME(dynamic)], dynamic); in Marshal() 23 SetValue(node[GET_NAME(statics)], statics); in Marshal() 24 SetValue(node[GET_NAME(deviceId)], deviceId); in Marshal() 25 SetValue(node[GET_NAME(dynamicInfo)], dynamicInfo); in Marshal() 26 SetValue(node[GET_NAME(staticsInfo)], staticsInfo); in Marshal() 27 SetValue(node[GET_NAME(origin)], origin); in Marshal() 33 GetValue(node, GET_NAME(version), version); in Unmarshal() 34 GetValue(node, GET_NAME(dynamic), dynamic); in Unmarshal() 35 GetValue(node, GET_NAME(static in Unmarshal() [all...] |
H A D | corrupted_meta_data.cpp | 23 SetValue(node[GET_NAME(appId)], appId); in Marshal() 24 SetValue(node[GET_NAME(bundleName)], bundleName); in Marshal() 25 SetValue(node[GET_NAME(storeId)], storeId); in Marshal() 26 SetValue(node[GET_NAME(isCorrupted)], isCorrupted); in Marshal() 32 GetValue(node, GET_NAME(appId), appId); in Unmarshal() 33 GetValue(node, GET_NAME(bundleName), bundleName); in Unmarshal() 34 GetValue(node, GET_NAME(storeId), storeId); in Unmarshal() 35 GetValue(node, GET_NAME(isCorrupted), isCorrupted); in Unmarshal()
|
H A D | strategy_meta_data.cpp | 22 ret = SetValue(node[GET_NAME(devId)], devId) && ret;
in Marshal() 23 ret = SetValue(node[GET_NAME(userId)], userId) && ret;
in Marshal() 24 ret = SetValue(node[GET_NAME(bundleName)], bundleName) && ret;
in Marshal() 25 ret = SetValue(node[GET_NAME(instanceId)], instanceId) && ret;
in Marshal() 26 ret = SetValue(node[GET_NAME(storeId)], storeId) && ret;
in Marshal() 27 ret = SetValue(node[GET_NAME(capabilityEnabled)], capabilityEnabled) && ret;
in Marshal() 28 ret = SetValue(node[GET_NAME(capabilityRange)], capabilityRange) && ret;
in Marshal() 35 ret = GetValue(node, GET_NAME(devId), devId) && ret;
in Unmarshal() 36 ret = GetValue(node, GET_NAME(userId), userId) && ret;
in Unmarshal() 37 ret = GetValue(node, GET_NAME(bundleNam in Unmarshal() [all...] |
H A D | meta_data.cpp | 21 SetValue(node[GET_NAME(storeType)], storeType); in Marshal() 22 SetValue(node[GET_NAME(storeMetaData)], storeMetaData); in Marshal() 23 SetValue(node[GET_NAME(secretKeyMetaData)], secretKeyMetaData); in Marshal() 29 GetValue(node, GET_NAME(storeType), storeType); in Unmarshal() 30 GetValue(node, GET_NAME(storeMetaData), storeMetaData); in Unmarshal() 31 GetValue(node, GET_NAME(secretKeyMetaData), secretKeyMetaData); in Unmarshal()
|
H A D | user_meta_data.cpp | 24 ret = SetValue(node[GET_NAME(deviceId)], deviceId) && ret;
in Marshal() 25 ret = SetValue(node[GET_NAME(users)], users) && ret;
in Marshal() 33 ret = GetValue(node, GET_NAME(deviceId), deviceId) && ret;
in Unmarshal() 34 ret = GetValue(node, GET_NAME(users), users) && ret;
in Unmarshal() 42 ret = SetValue(node[GET_NAME(id)], id) && ret;
in Marshal() 43 ret = SetValue(node[GET_NAME(isActive)], isActive) && ret;
in Marshal() 50 ret = GetValue(node, GET_NAME(id), id) && ret;
in Unmarshal() 51 ret = GetValue(node, GET_NAME(isActive), isActive) && ret;
in Unmarshal()
|
H A D | switches_meta_data.cpp | 22 SetValue(node[GET_NAME(version)], version); in Marshal() 23 SetValue(node[GET_NAME(value)], value); in Marshal() 24 SetValue(node[GET_NAME(length)], length); in Marshal() 25 SetValue(node[GET_NAME(deviceId)], deviceId); in Marshal() 31 GetValue(node, GET_NAME(version), version); in Unmarshal() 32 GetValue(node, GET_NAME(value), value); in Unmarshal() 33 GetValue(node, GET_NAME(length), length); in Unmarshal() 34 GetValue(node, GET_NAME(deviceId), deviceId); in Unmarshal()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | serializable_test.cpp | 38 SetValue(node[GET_NAME(name)], name); 39 SetValue(node[GET_NAME(count)], count); 40 SetValue(node[GET_NAME(status)], status); 41 SetValue(node[GET_NAME(value)], value); 42 SetValue(node[GET_NAME(isClear)], isClear); 43 SetValue(node[GET_NAME(cols)], cols); 44 SetValue(node[GET_NAME(colRow)], colRow); 49 GetValue(node, GET_NAME(name), name); 50 GetValue(node, GET_NAME(count), count); 51 GetValue(node, GET_NAME(statu [all...] |
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/ |
H A D | clip_plugin.cpp | 88 ret = ret && SetValue(node, version, GET_NAME(version)); in Marshal() 89 ret = ret && SetValue(node, frameNum, GET_NAME(frameNum)); in Marshal() 90 ret = ret && SetValue(node, user, GET_NAME(user)); in Marshal() 91 ret = ret && SetValue(node, seqId, GET_NAME(seqId)); in Marshal() 92 ret = ret && SetValue(node, expiration, GET_NAME(expiration)); in Marshal() 93 ret = ret && SetValue(node, status, GET_NAME(status)); in Marshal() 94 ret = ret && SetValue(node, deviceId, GET_NAME(deviceId)); in Marshal() 95 ret = ret && SetValue(node, account, GET_NAME(account)); in Marshal() 96 ret = ret && SetValue(node, dataType, GET_NAME(dataType)); in Marshal() 97 ret = ret && SetValue(node, syncTime, GET_NAME(syncTim in Marshal() [all...] |
/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/ |
H A D | serializable_test.cpp | 39 SetValue(node[GET_NAME(name)], name); 40 SetValue(node[GET_NAME(count)], count); 41 SetValue(node[GET_NAME(status)], status); 42 SetValue(node[GET_NAME(value)], value); 43 SetValue(node[GET_NAME(isClear)], isClear); 44 SetValue(node[GET_NAME(cols)], cols); 45 SetValue(node[GET_NAME(colRow)], colRow); 50 GetValue(node, GET_NAME(name), name); 51 GetValue(node, GET_NAME(count), count); 52 GetValue(node, GET_NAME(statu [all...] |