Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dnetwork_set_manager.cpp239 bool checkSwitch = false; in IsAllowCellularConnect() local
240 … getCellularConnect = cellularNetMap_.Find(std::to_string(userId) + "/" + bundleName, checkSwitch); in IsAllowCellularConnect()
245 return checkSwitch; in IsAllowCellularConnect()
251 bool checkSwitch = true; in IsAllowNetConnect() local
252 bool getNetConnect = netMap_.Find(std::to_string(userId) + "/" + bundleName, checkSwitch); in IsAllowNetConnect()
257 return checkSwitch; in IsAllowNetConnect()