Searched refs:cloudFileSyncEnabled (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | app-configuration-file.md | 40 "cloudFileSyncEnabled": false, 84 | cloudFileSyncEnabled | 标识当前应用是否启用端云文件同步能力。 <br/>- true:当前应用启用端云文件同步能力。<br/>- false:当前应用…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 83 bool cloudFileSyncEnabled; member
|
H A D | bundle_manager_convert.cpp | 186 appInfo.cloudFileSyncEnabled = cAppInfo.cloudFileSyncEnabled; in ConvertApplicationInfo()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-applicationInfo.md | 44 | cloudFileSyncEnabled<sup>12+</sup> | boolean | 是 | 否 | 标识当前应用是否启用端云文件同步能力。true表示当前应用启用端…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 319 bool cloudFileSyncEnabled = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 589 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 D | inner_bundle_info.h | 663 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 D | app-configuration-file.md | 40 "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 D | module_profile.cpp | 251 bool cloudFileSyncEnabled = false; member 1365 app.cloudFileSyncEnabled, in from_json() 2158 applicationInfo.cloudFileSyncEnabled = app.cloudFileSyncEnabled; in ToApplicationInfo()
|
H A D | inner_bundle_info.cpp | 1859 baseApplicationInfo_->cloudFileSyncEnabled = applicationInfo.cloudFileSyncEnabled; in UpdateBaseApplicationInfo()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-applicationInfo.md | 45 | 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 D | bms_bundle_data_storage_database_test.cpp | 1162 "cloudFileSyncEnabled": false,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 1538 …NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, appInfo.cloudFileSyncEnabled, &nCloudFileSyncEnab… in ConvertApplicationInfo()
|