Home
last modified time | relevance | path

Searched refs:IsAllSwitchOff (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h53 bool IsAllSwitchOff() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp344 auto result = cloudInfo.IsAllSwitchOff();
357 result = cloudInfo1.IsAllSwitchOff();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp132 bool CloudInfo::IsAllSwitchOff() const in IsAllSwitchOff() function in OHOS::DistributedData::CloudInfo
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp1390 if (status != SUCCESS || !cloudInfo.enableCloud || cloudInfo.IsAllSwitchOff()) { in GenSubTask()