Searched refs:cloudSwitch (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_info.cpp | 57 SetValue(node[GET_NAME(cloudSwitch)], cloudSwitch); in Marshal() 67 GetValue(node, GET_NAME(cloudSwitch), cloudSwitch); in Unmarshal() 129 return it != apps.end() && it->second.instanceId == instanceId && it->second.cloudSwitch; in IsOn() 135 if (app.cloudSwitch) { in IsAllSwitchOff()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/tests/ |
H A D | demo.txt | 7 "cloudSwitch": 0, 14 "cloudSwitch": 1, 21 "cloudSwitch": 0,
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | cloud_test.cpp | 165 appInfo.cloudSwitch = false; 198 appInfo.cloudSwitch = true; 293 cloudInfoAppInfo1.cloudSwitch = false; 354 appInfo.cloudSwitch = true; 427 appInfo.cloudSwitch = true;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_info.h | 30 bool cloudSwitch = false; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | cloud_ext_types.h | 467 bool *cloudSwitch
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.cpp | 116 cloudInfo.apps[bundle].cloudSwitch = (value == SWITCH_ON); in EnableCloud() 174 cloudInfo.apps[bundleName].cloudSwitch = (appSwitch == SWITCH_ON); in ChangeAppSwitch() 292 if (!cloudInfo.apps[bundleName].cloudSwitch) { in CheckNotifyConditions() 1055 auto enabled = cloudInfo.enableCloud && app.cloudSwitch; in DoSubscribe()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 155 appInfo.cloudSwitch = true; in GetServerInfo() 235 appInfo.cloudSwitch = true; in InitCloudInfo() 511 info.apps[TEST_CLOUD_BUNDLE].cloudSwitch = false; 1763 appInfo.cloudSwitch = true;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | extension_util.cpp | 422 OhCloudExtAppInfoGetCloudSwitch(appInfo, &info.cloudSwitch); in ConvertAppInfo()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudExtension-sys.md | 148 | cloudSwitch | boolean | 是 | 云开关,表示应用程序是否启用云,true表示启用云,false表示不启用云。 | 830 cloudSwitch: true, 1935 cloudSwitch: true,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 168 u.writeInt(t1.cloudSwitch ? 1 : 0);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudExtension-sys.md | 149 | cloudSwitch | boolean | Yes | Whether the cloud service is enabled for the application. The valu… 831 cloudSwitch: true, 1936 cloudSwitch: true,
|