Home
last modified time | relevance | path

Searched refs:cloudFileSyncEnabled (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dapp-configuration-file.md40 "cloudFileSyncEnabled": false,
84 | cloudFileSyncEnabled | 标识当前应用是否启用端云文件同步能力。 <br/>-&nbsp;true:当前应用启用端云文件同步能力。<br/>-&nbsp;false:当前应用…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h83 bool cloudFileSyncEnabled; member
H A Dbundle_manager_convert.cpp186 appInfo.cloudFileSyncEnabled = cAppInfo.cloudFileSyncEnabled; in ConvertApplicationInfo()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-applicationInfo.md44 | cloudFileSyncEnabled<sup>12+</sup> | boolean | 是 | 否 | 标识当前应用是否启用端云文件同步能力。true表示当前应用启用端…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h319 bool cloudFileSyncEnabled = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp589 cloudFileSyncEnabled = parcel.ReadBool(); in ReadFromParcel()
764 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, cloudFileSyncEnabled); in Marshalling()
1018 {APPLICATION_CLOUD_FILE_SYNC_ENABLED, applicationInfo.cloudFileSyncEnabled}, in to_json()
1218 …applicationInfo.cloudFileSyncEnabled, JsonType::BOOLEAN, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h663 return baseApplicationInfo_->cloudFileSyncEnabled; in GetCloudFileSyncEnabled()
666 void SetCloudFileSyncEnabled(bool cloudFileSyncEnabled) in SetCloudFileSyncEnabled() argument
668 baseApplicationInfo_->cloudFileSyncEnabled = cloudFileSyncEnabled; in SetCloudFileSyncEnabled()
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapp-configuration-file.md40 "cloudFileSyncEnabled": false,
83 | cloudFileSyncEnabled | Whether device-cloud file synchronization is enabled for the application.<…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp251 bool cloudFileSyncEnabled = false; member
1365 app.cloudFileSyncEnabled, in from_json()
2158 applicationInfo.cloudFileSyncEnabled = app.cloudFileSyncEnabled; in ToApplicationInfo()
H A Dinner_bundle_info.cpp1859 baseApplicationInfo_->cloudFileSyncEnabled = applicationInfo.cloudFileSyncEnabled; in UpdateBaseApplicationInfo()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-applicationInfo.md45 | cloudFileSyncEnabled<sup>12+</sup> | boolean | Yes | No | Whether device-cloud file synch…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp1162 "cloudFileSyncEnabled": false,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1538 …NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, appInfo.cloudFileSyncEnabled, &nCloudFileSyncEnab… in ConvertApplicationInfo()