/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
H A D | store_meta_data.cpp | 42 SetValue(node[GET_NAME(area)], area); in Marshal() 43 SetValue(node[GET_NAME(uid)], uid); in Marshal() 46 SetValue(node[GET_NAME(appId)], appId); in Marshal() 52 SetValue(node[GET_NAME(schema)], schema); in Marshal() 54 SetValue(node[GET_NAME(user)], user); in Marshal() 63 SetValue(node[GET_NAME(UID)], uid); in Marshal() 82 GetValue(node, GET_NAME(area), area); in Unmarshal() 83 GetValue(node, GET_NAME(uid), uid); in Unmarshal() 86 GetValue(node, GET_NAME(appId), appId); in Unmarshal() 94 GetValue(node, GET_NAME(user), user); in Unmarshal() [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() 32 GetValue(node, GET_NAME(index), index); in Unmarshal() 65 SetValue(node[GET_NAME(isDirty)], isDirty); in Marshal() 67 SetValue(node[GET_NAME(dataDir)], dataDir); in Marshal() 68 SetValue(node[GET_NAME(schema)], schema); in Marshal() 78 GetValue(node, GET_NAME(isDirty), isDirty); in Unmarshal() 80 GetValue(node, GET_NAME(dataDir), dataDir); in Unmarshal() [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() 32 GetValue(node, GET_NAME(size), size); in Unmarshal() 33 GetValue(node, GET_NAME(dev), dev); in Unmarshal() 34 GetValue(node, GET_NAME(mode), mode); in Unmarshal() 35 GetValue(node, GET_NAME(uid), uid); 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() 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(statics), statics); in Unmarshal() 36 GetValue(node, GET_NAME(deviceId), deviceId); in Unmarshal() [all …]
|
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() 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(bundleName), bundleName) && ret; in Unmarshal() 38 ret = GetValue(node, GET_NAME(instanceId), instanceId) && ret; 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()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/ |
H A D | checker_config.cpp | 22 SetValue(node[GET_NAME(appId)], appId); in Marshal() 25 SetValue(node[GET_NAME(checker)], checker); in Marshal() 32 GetValue(node, GET_NAME(appId), appId); in Unmarshal() 35 GetValue(node, GET_NAME(checker), checker); in Unmarshal() 42 SetValue(node[GET_NAME(trusts)], trusts); in Marshal() 53 GetValue(node, GET_NAME(trusts), trusts); in Unmarshal() 63 SetValue(node[GET_NAME(uid)], uid); in Marshal() 64 SetValue(node[GET_NAME(tokenId)], tokenId); in Marshal() 66 SetValue(node[GET_NAME(storeId)], storeId); in Marshal() 67 SetValue(node[GET_NAME(checker)], checker); in Marshal() [all …]
|
H A D | global_config.cpp | 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() 27 SetValue(node[GET_NAME(networks)], networks); in Marshal() 29 SetValue(node[GET_NAME(backup)], backup); in Marshal() 30 SetValue(node[GET_NAME(cloud)], cloud); in Marshal() 38 GetValue(node, GET_NAME(metaData), metaData); in Unmarshal() 39 GetValue(node, GET_NAME(version), version); in Unmarshal() 40 GetValue(node, GET_NAME(features), features); in Unmarshal() 45 GetValue(node, GET_NAME(backup), backup); in Unmarshal() [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(backupNumber), backupNumber); in Unmarshal()
|
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(params)); in Unmarshal()
|
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(strategy), strategy); in Unmarshal()
|
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()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | schema_meta.cpp | 53 SetValue(node[GET_NAME(name)], name); in Marshal() 54 SetValue(node[GET_NAME(alias)], alias); in Marshal() 61 GetValue(node, GET_NAME(name), name); in Unmarshal() 62 GetValue(node, GET_NAME(alias), alias); in Unmarshal() 69 SetValue(node[GET_NAME(name)], name); in Marshal() 71 SetValue(node[GET_NAME(alias)], alias); in Marshal() 78 GetValue(node, GET_NAME(name), name); in Unmarshal() 80 GetValue(node, GET_NAME(alias), alias); in Unmarshal() 88 SetValue(node[GET_NAME(alias)], alias); in Marshal() 89 SetValue(node[GET_NAME(type)], type); in Marshal() [all …]
|
H A D | cloud_extra_data.cpp | 21 SetValue(node[GET_NAME(traceId)], traceId); in Marshal() 28 GetValue(node, GET_NAME(traceId), traceId); in Unmarshal() 35 SetValue(node[GET_NAME(accountId)], accountId); in Marshal() 36 SetValue(node[GET_NAME(bundleName)], bundleName); in Marshal() 45 GetValue(node, GET_NAME(accountId), accountId); in Unmarshal() 46 GetValue(node, GET_NAME(bundleName), bundleName); in Unmarshal() 58 GetValue(node, GET_NAME(context), data); in Unmarshal() 67 SetValue(node[GET_NAME(header)], header); in Marshal() 68 SetValue(node[GET_NAME(data)], data); in Marshal() 74 GetValue(node, GET_NAME(header), header); 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() 28 SetValue(node[GET_NAME(apps)], apps); 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(id), id); in Unmarshal() 41 GetValue(node, GET_NAME(apps), apps); in Unmarshal() 54 SetValue(node[GET_NAME(appId)], appId); in Marshal() 55 SetValue(node[GET_NAME(version)], version); in Marshal() 64 GetValue(node, GET_NAME(appId), appId); 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(userId), userId); in Unmarshal() [all …]
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/load/src/ |
H A D | config.cpp | 21 SetValue(node, lib, GET_NAME(lib)); in Marshal() 24 SetValue(node, params, GET_NAME(params)); in Marshal() 31 GetValue(node, GET_NAME(lib), lib); in Unmarshal() 34 GetValue(node, GET_NAME(params), params); in Unmarshal() 41 SetValue(node, version, GET_NAME(version)); in Marshal() 43 SetValue(node, plugins, GET_NAME(plugins)); in Marshal() 45 SetValue(node, bundles, GET_NAME(bundles)); in Marshal() 46 SetValue(node, uid, GET_NAME(uid)); in Marshal() 55 GetValue(node, GET_NAME(plugins), plugins); in Unmarshal() 57 GetValue(node, GET_NAME(bundles), bundles); in Unmarshal() [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | serializable_test.cpp | 38 SetValue(node[GET_NAME(name)], name); in Marshal() 39 SetValue(node[GET_NAME(count)], count); in Marshal() 41 SetValue(node[GET_NAME(value)], value); in Marshal() 43 SetValue(node[GET_NAME(cols)], cols); in Marshal() 49 GetValue(node, GET_NAME(name), name); in Unmarshal() 50 GetValue(node, GET_NAME(count), count); in Unmarshal() 52 GetValue(node, GET_NAME(value), value); in Unmarshal() 54 GetValue(node, GET_NAME(cols), cols); in Unmarshal() 76 SetValue(node[GET_NAME(name)], name); in Marshal() 84 GetValue(node, GET_NAME(name), name); in Unmarshal() [all …]
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/clip/ |
H A D | clip_plugin.cpp | 93 ret = ret && SetValue(node, version, GET_NAME(version)); in Marshal() 94 ret = ret && SetValue(node, frameNum, GET_NAME(frameNum)); in Marshal() 95 ret = ret && SetValue(node, user, GET_NAME(user)); in Marshal() 96 ret = ret && SetValue(node, seqId, GET_NAME(seqId)); in Marshal() 98 ret = ret && SetValue(node, status, GET_NAME(status)); in Marshal() 100 ret = ret && SetValue(node, account, GET_NAME(account)); in Marshal() 109 ret = ret && GetValue(node, GET_NAME(version), version); in Unmarshal() 111 ret = ret && GetValue(node, GET_NAME(user), user); in Unmarshal() 112 ret = ret && GetValue(node, GET_NAME(seqId), seqId); in Unmarshal() 114 ret = ret && GetValue(node, GET_NAME(status), status); in Unmarshal() [all …]
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | sys_cfg_parser.h | 46 return GetValue(node, GET_NAME(systemConfig), systemConfig); in Unmarshal() 57 auto ret = GetValue(node, GET_NAME(inputType), typeTemp); in Unmarshal() 62 ret = GetValue(node, GET_NAME(bundleName), bundleName) && ret; in Unmarshal() 63 ret = GetValue(node, GET_NAME(subtypeId), subName) && ret; in Unmarshal() 83 auto ret = GetValue(node, GET_NAME(style), style); in Unmarshal() 84 ret = GetValue(node, GET_NAME(top), top) && ret; in Unmarshal() 85 ret = GetValue(node, GET_NAME(left), left) && ret; in Unmarshal() 86 ret = GetValue(node, GET_NAME(right), right) && ret; in Unmarshal() 87 ret = GetValue(node, GET_NAME(bottom), bottom) && ret; in Unmarshal() 96 return GetValue(node, GET_NAME(sysPanelAdjust), panelAdjust); in Unmarshal() [all …]
|
H A D | ime_cfg_manager.h | 41 auto ret = SetValue(node, GET_NAME(userId), userId); in Marshal() 42 ret = SetValue(node, GET_NAME(currentIme), currentIme) && ret; in Marshal() 43 ret = SetValue(node, GET_NAME(currentSubName), currentSubName) && ret; in Marshal() 44 SetValue(node, GET_NAME(tempScreenLockIme), tempScreenLockIme); in Marshal() 45 ret = SetValue(node, GET_NAME(isDefaultImeSet), isDefaultImeSet) && ret; in Marshal() 50 auto ret = GetValue(node, GET_NAME(userId), userId); in Unmarshal() 51 ret = GetValue(node, GET_NAME(currentIme), currentIme) && ret; in Unmarshal() 52 ret = GetValue(node, GET_NAME(currentSubName), currentSubName) && ret; in Unmarshal() 53 GetValue(node, GET_NAME(tempScreenLockIme), tempScreenLockIme); in Unmarshal() 63 return SetValue(node, GET_NAME(imeCfgList), imePersistInfo); in Marshal() [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_profile_config.cpp | 40 SetValue(node[GET_NAME(uri)], uri); in Marshal() 58 SetValue(node[GET_NAME(storeId)], storeId); in Marshal() 65 GetValue(node, GET_NAME(storeId), storeId); in Unmarshal() 75 SetValue(node[GET_NAME(scope)], scope); in Marshal() 76 SetValue(node[GET_NAME(type)], type); in Marshal() 80 SetValue(node[GET_NAME(backup)], backup); in Marshal() 81 SetValue(node[GET_NAME(extUri)], extUri); in Marshal() 89 GetValue(node, GET_NAME(scope), scope); in Unmarshal() 90 GetValue(node, GET_NAME(type), type); in Unmarshal() 94 GetValue(node, GET_NAME(backup), backup); in Unmarshal() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/ |
H A D | serializable_test.cpp | 39 SetValue(node[GET_NAME(name)], name); in Marshal() 40 SetValue(node[GET_NAME(count)], count); in Marshal() 42 SetValue(node[GET_NAME(value)], value); in Marshal() 44 SetValue(node[GET_NAME(cols)], cols); in Marshal() 50 GetValue(node, GET_NAME(name), name); in Unmarshal() 51 GetValue(node, GET_NAME(count), count); in Unmarshal() 53 GetValue(node, GET_NAME(value), value); in Unmarshal() 55 GetValue(node, GET_NAME(cols), cols); in Unmarshal() 76 SetValue(node[GET_NAME(count)], count); in Marshal() 77 SetValue(node[GET_NAME(name)], name); in Marshal() [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud_data_translate.cpp | 153 ret = SetValue(node[GET_NAME(id)], asset_.id) && ret; in Marshal() 154 ret = SetValue(node[GET_NAME(name)], asset_.name) && ret; in Marshal() 155 ret = SetValue(node[GET_NAME(uri)], asset_.uri) && ret; in Marshal() 156 ret = SetValue(node[GET_NAME(path)], asset_.path) && ret; in Marshal() 159 ret = SetValue(node[GET_NAME(size)], asset_.size) && ret; in Marshal() 160 ret = SetValue(node[GET_NAME(hash)], asset_.hash) && ret; in Marshal() 170 ret = GetValue(node, GET_NAME(id), asset_.id) && ret; in Unmarshal() 171 ret = GetValue(node, GET_NAME(name), asset_.name) && ret; in Unmarshal() 172 ret = GetValue(node, GET_NAME(uri), asset_.uri) && ret; in Unmarshal() 173 ret = GetValue(node, GET_NAME(path), asset_.path) && ret; in Unmarshal() [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/ |
H A D | template_data.cpp | 21 bool ret = SetValue(node[GET_NAME(predicates)], predicates); in Marshal() 22 ret = ret && SetValue(node[GET_NAME(scheduler)], scheduler); in Marshal() 50 bool ret = SetValue(node[GET_NAME(uri)], uri); in Marshal() 53 ret = ret && SetValue(node[GET_NAME(userId)], userId); in Marshal() 54 ret = ret && SetValue(node[GET_NAME(templat)], tpl); in Marshal() 60 bool ret = GetValue(node, GET_NAME(uri), uri); in Unmarshal() 64 if (GetValue(node, GET_NAME(subscriberId), subId)) { in Unmarshal() 70 ret = ret && GetValue(node, GET_NAME(userId), userId); in Unmarshal() 71 ret = ret && GetValue(node, GET_NAME(templat), tpl); in Unmarshal() 192 bool ret = SetValue(node[GET_NAME(key)], key); in Marshal() [all …]
|