Searched refs:networkSetManager_ (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/ |
H A D | network_set_manager_test.cpp | 44 static inline shared_ptr<NetworkSetManager> networkSetManager_ = nullptr; member in OHOS::FileManagement::CloudSync::Test::NetworkSetManagerTest 49 networkSetManager_ = make_shared<NetworkSetManager>(); in SetUpTestCase() 103 int32_t ret = networkSetManager_->QueryNetConnect(userId, bundleName); 125 networkSetManager_->GetCellularConnect(bundleName, userId); 146 networkSetManager_->GetNetConnect(bundleName, userId); 168 networkSetManager_->UnregisterObserver(bundleName, userId, type); 190 networkSetManager_->UnregisterObserver(bundleName, userId, type); 212 networkSetManager_->RegisterObserver(bundleName, userId, type); 233 networkSetManager_->IsAllowCellularConnect(bundleName, userId); 254 networkSetManager_->IsAllowCellularConnect(bundleName, userId); [all …]
|