Home
last modified time | relevance | path

Searched refs:SharingCode (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_const_properties.cpp74 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 Dcloud_types_util.h28 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 Dcloud_types_util.cpp83 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 Djs-apis-data-cloudExtension-sys.md1205 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 Djs-apis-data-cloudData-sys.md969 ### SharingCode<sup>11+</sup>
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.h27 using SharingCode = OHOS::CloudData::SharingCode; variable
H A Dcloud_value_util.h31 using CenterCode = OHOS::DistributedData::SharingCenter::SharingCode;
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudExtension-sys.md1206 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 Djs-apis-data-cloudData-sys.md969 ### SharingCode<sup>11+</sup>
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h101 enum SharingCode : int32_t { enum
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h67 enum SharingCode : int32_t { enum
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp59 using CenterCode = OHOS::DistributedData::SharingCenter::SharingCode;