/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_const_properties.cpp | 74 SetNamedProperty(env, code, "SUCCESS", SharingCode::SUCCESS); in ExportShareCode() 75 SetNamedProperty(env, code, "REPEATED_REQUEST", SharingCode::REPEATED_REQUEST); in ExportShareCode() 76 SetNamedProperty(env, code, "NOT_INVITER", SharingCode::NOT_INVITER); in ExportShareCode() 78 SetNamedProperty(env, code, "OVER_QUOTA", SharingCode::OVER_QUOTA); in ExportShareCode() 80 SetNamedProperty(env, code, "INVALID_ARGS", SharingCode::INVALID_ARGS); in ExportShareCode() 81 SetNamedProperty(env, code, "NETWORK_ERROR", SharingCode::NETWORK_ERROR); in ExportShareCode() 82 SetNamedProperty(env, code, "CLOUD_DISABLED", SharingCode::CLOUD_DISABLED); in ExportShareCode() 83 SetNamedProperty(env, code, "SERVER_ERROR", SharingCode::SERVER_ERROR); in ExportShareCode() 84 SetNamedProperty(env, code, "INNER_ERROR", SharingCode::INNER_ERROR); in ExportShareCode() 86 SetNamedProperty(env, code, "RATE_LIMIT", SharingCode::RATE_LIMIT); in ExportShareCode() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/ |
H A D | cloud_types_util.h | 28 using SharingCode = OHOS::CloudData::SharingCode; variable 58 bool Marshalling(const SharingCode &input, MessageParcel &data); 60 bool Unmarshalling(SharingCode &output, MessageParcel &data);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_types_util.cpp | 83 bool Marshalling(const SharingCode &input, MessageParcel &data) in Marshalling() 89 bool Unmarshalling(SharingCode &output, MessageParcel &data) in Unmarshalling() 92 if (!data.ReadInt32(result) || result < SharingCode::SUCCESS) { in Unmarshalling() 95 output = static_cast<SharingCode>(result); in Unmarshalling()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudExtension-sys.md | 1205 code: cloudData.sharing.SharingCode.SUCCESS, 1260 code: cloudData.sharing.SharingCode.SUCCESS, 1305 code: cloudData.sharing.SharingCode.SUCCESS, 1359 code: cloudData.sharing.SharingCode.SUCCESS, 1433 code: cloudData.sharing.SharingCode.SUCCESS, 1507 code: cloudData.sharing.SharingCode.SUCCESS, 1553 code: cloudData.sharing.SharingCode.SUCCESS, 1599 code: cloudData.sharing.SharingCode.SUCCESS, 1747 code: cloudData.sharing.SharingCode.SUCCESS, 1767 code: cloudData.sharing.SharingCode.SUCCESS, [all …]
|
H A D | js-apis-data-cloudData-sys.md | 969 ### SharingCode<sup>11+</sup>
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_types_util.h | 27 using SharingCode = OHOS::CloudData::SharingCode; variable
|
H A D | cloud_value_util.h | 31 using CenterCode = OHOS::DistributedData::SharingCenter::SharingCode;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudExtension-sys.md | 1206 code: cloudData.sharing.SharingCode.SUCCESS, 1261 code: cloudData.sharing.SharingCode.SUCCESS, 1306 code: cloudData.sharing.SharingCode.SUCCESS, 1360 code: cloudData.sharing.SharingCode.SUCCESS, 1434 code: cloudData.sharing.SharingCode.SUCCESS, 1508 code: cloudData.sharing.SharingCode.SUCCESS, 1554 code: cloudData.sharing.SharingCode.SUCCESS, 1600 code: cloudData.sharing.SharingCode.SUCCESS, 1748 code: cloudData.sharing.SharingCode.SUCCESS, 1768 code: cloudData.sharing.SharingCode.SUCCESS, [all …]
|
H A D | js-apis-data-cloudData-sys.md | 969 ### SharingCode<sup>11+</sup>
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_types.h | 101 enum SharingCode : int32_t { enum
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sharing_center.h | 67 enum SharingCode : int32_t { enum
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 59 using CenterCode = OHOS::DistributedData::SharingCenter::SharingCode;
|