/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/ |
H A D | socperf_plugin.h | 19 #include <set>
39 std::set<uint32_t> resTypes;
|
/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf.h | 19 #include <set> 46 std::set<std::string> recordDeviceMode_;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_networking_collect.h | 21 #include <set> 40 std::set<std::string> deviceOnlineSet_;
|
/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | net_policy_inner_define.h | 113 std::set<uint32_t> deniedList; 114 std::set<uint32_t> allowedList;
|
H A D | net_policy_core.h | 42 std::set<uint32_t> deviceIdleList; 44 std::set<uint32_t> powerSaveList;
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | network_security_config.h | 20 #include <set> 71 std::set<std::string> &allFileNames, std::string &caFile);
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | network.h | 59 void SetNetCaps(const std::set<NetCap> &netCaps); 109 std::set<NetCap> netCaps_;
|
H A D | net_activate.h | 60 std::set<NetBearType> GetBearType() const; 70 bool HaveTypes(const std::set<NetBearType> &bearerTypes) const;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/ |
H A D | conn_manager.h | 22 #include <set> 71 * @param hasDns true if this network set dns 72 * @param secure true if set bypass=false 91 * @param netId The network to set as the default 194 * @param netId The network to set 197 * @return Returns 0, successfully set the permission for specific network, otherwise it will fail 213 * @param uidRanges App uids to set 215 * @return Returns 0, successfully set the uids for specific network, otherwise it will fail 223 * @param uidRanges App uids to set 241 * @return Returns 0, successfully set th [all...] |
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service_iface.cpp | 33 int32_t NetConnServiceIface::EnableVnicNetwork(const sptr<NetLinkInfo> &netLinkInfo, const std::set<int32_t> &uids) in EnableVnicNetwork() 60 const std::set<NetCap> &netCaps, uint32_t &supplierId) in RegisterNetSupplier()
|
/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | delayed_queue.h | 25 #include <set>
58 // set needRun_ = false, and notify the thread to wake
in ~DelayedQueue() 88 std::array<std::set<std::shared_ptr<T>, std::owner_less<std::shared_ptr<T>>>, ARRAY_SIZE + DELAYED_COUNT> elems_;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_meta_executor.cpp | 22 bool isMemDb, std::set<std::string> &outKeys) in GetMetaKeysByKeyPrefix() 95 bool isMemDb, std::set<std::string> &devices) in GetExistsDevicesFromMeta()
|
H A D | sqlite_single_ver_storage_engine.h | 94 int EraseDeviceWaterMark(const std::set<std::string> &removeDevices, bool isNeedHash); 96 std::set<std::string> &removeDevices, bool &isNeedHash) const;
|
H A D | query_object.h | 33 const std::set<Key> &keys); 82 std::set<Key> keys_;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | icloud_syncer.h | 70 std::set<Key> deletePrimaryKeySet; 71 std::set<Key> dupHashKeySet;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_connection.h | 21 #include <set> 117 mutable std::set<IKvDBSnapshot *> snapshots_;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | network_adapter.h | 19 #include <set> 79 std::set<std::string> onlineRemoteDev_; // Refer to devices that has peer process
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/ |
H A D | rd_json_object.h | 20 #include <set> 111 int CheckSubObj(std::set<std::string> &fieldSet, cJSON *subObj, int parentType, bool isFirstFloor);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | connection.h | 21 #include <set> 36 using Notifier = std::function<void(const std::set<std::string> &tables)>;
|
/foundation/distributeddatamgr/pasteboard/services/zidl/include/ |
H A D | pasteboard_service_proxy.h | 34 virtual std::set<Pattern> DetectPatterns(const std::set<Pattern> &patternsToCheck) override;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/ |
H A D | cycle_task_runner.cpp | 85 LOGE("result set get %{public}s column index err %{public}d", key.c_str(), err); in GetString() 91 LOGE("result set get string err %{public}d", err); in GetString() 100 std::shared_ptr<std::set<std::string>> runnableBundleNames = make_shared<std::set<std::string>>(); in SetRunableBundleNames()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | softbus_channel_adapter.h | 21 #include <set>
93 std::set<std::string> timeSyncSessNames_;
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/ |
H A D | acl.h | 19 #include <set> 143 std::set<AclXattrEntry, std::less<>> entries;
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | signalndk32.cpp | 75 sigset_t set;
in SigTimedWait_time642() local 78 int ret = ret = __sigtimedwait_time64(&set, &siginfo, &timeout);
in SigTimedWait_time642()
|
/third_party/curl/tests/unit/ |
H A D | unit1303.c | 55 /* macro to set the pretended current time */ 57 /* macro to set the millisecond based timeouts to use */ 58 #define TIMEOUTS(x,y) data->set.timeout = x; data->set.connecttimeout = y 63 * 00/10/01/11 timeouts set 85 /* both timeouts set, not connecting */ 91 /* both timeouts set, connecting */ 97 /* no connect timeout set, not connecting */ 103 /* no connect timeout set, connecting */ 109 /* only connect timeout set, no [all...] |