Searched refs:IsAllSwitchOff (Results 1 – 4 of 4) sorted by relevance
53 bool IsAllSwitchOff() const;
344 auto result = cloudInfo.IsAllSwitchOff();357 result = cloudInfo1.IsAllSwitchOff();
132 bool CloudInfo::IsAllSwitchOff() const in IsAllSwitchOff() function in OHOS::DistributedData::CloudInfo
1390 if (status != SUCCESS || !cloudInfo.enableCloud || cloudInfo.IsAllSwitchOff()) { in GenSubTask()