Home
last modified time | relevance | path

Searched refs:cloudSwitch (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp57 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()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp165 appInfo.cloudSwitch = false; in HWTEST_F()
198 appInfo.cloudSwitch = true; in HWTEST_F()
268 cloudInfoAppInfo1.cloudSwitch = false; in HWTEST_F()
329 appInfo.cloudSwitch = true; in HWTEST_F()
402 appInfo.cloudSwitch = true; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h30 bool cloudSwitch = false; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h467 bool *cloudSwitch
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp118 cloudInfo.apps[bundle].cloudSwitch = (value == SWITCH_ON); in EnableCloud()
180 cloudInfo.apps[bundleName].cloudSwitch = (appSwitch == SWITCH_ON); in ChangeAppSwitch()
304 if (!cloudInfo.apps[bundleName].cloudSwitch) { in CheckNotifyConditions()
1076 auto enabled = cloudInfo.enableCloud && app.cloudSwitch; in DoSubscribe()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_service_impl_test.cpp476 appInfo.cloudSwitch = false; in HWTEST_F()
H A Dcloud_data_test.cpp157 appInfo.cloudSwitch = true; in GetServerInfo()
237 appInfo.cloudSwitch = true; in InitCloudInfo()
512 info.apps[TEST_CLOUD_BUNDLE].cloudSwitch = false; in HWTEST_F()
1806 appInfo.cloudSwitch = true; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp422 OhCloudExtAppInfoGetCloudSwitch(appInfo, &info.cloudSwitch); in ConvertAppInfo()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js168 u.writeInt(t1.cloudSwitch ? 1 : 0);

Completed in 11 milliseconds