Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dnetwork_set_manager.cpp76 cellularNetMap_.EnsureInsert(queryKey, true); in QueryCellularConnect()
79 cellularNetMap_.EnsureInsert(queryKey, false); in QueryCellularConnect()
131 … bool getConnect = cellularNetMap_.Find(std::to_string(userId) + "/" + bundleName, preCheckSwitch); in GetCellularConnect()
133 cellularNetMap_.EnsureInsert(std::to_string(userId) + "/" + in GetCellularConnect()
138 getConnect = cellularNetMap_.Find(std::to_string(userId) + "/" + bundleName, endCheckSwitch); in GetCellularConnect()
240 …bool getCellularConnect = cellularNetMap_.Find(std::to_string(userId) + "/" + bundleName, checkSwi… in IsAllowCellularConnect()
243 return cellularNetMap_.ReadVal(std::to_string(userId) + "/" + bundleName); in IsAllowCellularConnect()
284 cellularNetMap_.Iterate(it); in NetWorkChangeStopUploadTask()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dnetwork_set_manager.h63 static inline SafeMap<const std::string, bool> cellularNetMap_; variable