Home
last modified time | relevance | path

Searched refs:set (Results 3326 - 3350 of 10171) sorted by relevance

1...<<131132133134135136137138139140>>...407

/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dfirewall_rule.h19 #include <set>
60 virtual void SetAllowedList(const std::set<uint32_t> &uids);
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_specifier.cpp36 void NetSpecifier::SetCapabilities(const std::set<NetCap> &netCaps) in SetCapabilities()
47 void NetSpecifier::SetTypes(const std::set<NetBearType> &bearerTypes) in SetTypes()
/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dmonitor_server.h22 #include <set>
75 std::set<std::string_view> monitors_;
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.h20 #include <set>
196 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
209 * @param model - the model to be set
224 * @param ifaceName - the ifaceName to be set
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.h24 #include <set>
79 std::set<std::string> onlineTargets_; // Actually protected by connectHandleMutex_
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_connection.h20 #include <set>
57 // Delete the batch data from the sqlite database according to the key from the set
106 mutable std::set<IKvDBSnapshot *> snapshots_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.h20 #include <set>
41 API_EXPORT std::set<std::string> GetLocalUsers();
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_common.h37 bool GetValue(napi_env env, napi_value in, std::set<MiscServices::Pattern> &out);
38 napi_status SetValue(napi_env env, std::set<MiscServices::Pattern> &in, napi_value &result);
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/include/
H A Ddcamera_handler.h21 #include <set>
59 std::vector<CameraStandard::Profile>& profileList, std::set<int32_t>& formatSet);
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h39 virtual std::set<Pattern> DetectPatterns(const std::set<Pattern> &patternsToCheck) = 0;
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_hdi_handler.h21 #include <set>
68 std::map<std::string, std::set<int32_t>> mapAudioMgrDhIds_;
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h22 #include <set>
78 std::set<sptr<ISharingDhIdListener>> sharingDhIdListeners_;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task.cpp23 std::set<std::string> bundleNames, in CycleTask()
36 void CycleTask::SetRunnableBundleNames(std::shared_ptr<std::set<std::string>> &bundleNames) in SetRunnableBundleNames()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
H A Dsecurity_label.h21 #include <set>
32 const std::set<std::string> DATA_LEVEL = {"s0", "s1", "s2", "s3", "s4"};
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/
H A Ddhfwk_sa_manager.h22 #include <set>
67 std::unordered_map<DHTopic, std::set<sptr<IPublisherListener>>> publisherListenersCache_;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/
H A Dsync_state_manager.cpp66 syncSignal.set(static_cast<uint32_t>(SignalPos::CLEANING)); in SetCleaningFlag()
85 syncSignal.set(static_cast<uint32_t>(SignalPos::DISABLE_CLOUD)); in SetDisableCloudFlag()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_dumper.h23 #include <set>
42 void DumpFreezedPidList(std::set<int32_t> pidList);
/foundation/window/window_manager/wmserver/include/
H A Davoid_area_controller.h20 #include <set>
65 std::set<sptr<WindowNode>> avoidAreaListenerNodes_;
/third_party/curl/lib/
H A Dcurl_gssapi.c67 if(data->set.gssapi_delegation & CURLGSSAPI_DELEGATION_POLICY_FLAG) { in Curl_gss_init_sec_context()
76 if(data->set.gssapi_delegation & CURLGSSAPI_DELEGATION_FLAG) in Curl_gss_init_sec_context()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTestUtility.java57 public static String replaceAll(String source, UnicodeSet set, String replacement) { in replaceAll() argument
62 if (set.contains(cp)) { in replaceAll()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTestUtility.java54 public static String replaceAll(String source, UnicodeSet set, String replacement) { in replaceAll() argument
59 if (set.contains(cp)) { in replaceAll()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
H A DEpochOffsets.java90 cal.set(1, Calendar.JANUARY, 1, 0, 0, 0); in main()
97 cal.set(date[0], date[1], date[2]); in main()
/third_party/icu/icu4c/source/i18n/
H A Dfuncrepl.cpp115 UnicodeSet set; in addReplacementSetTo() local
116 toUnionTo.addAll(translit->getTargetSet(set)); in addReplacementSetTo()
/third_party/jerryscript/tests/jerry/
H A Dobject-get-own-property-descriptor.js64 obj = { get foo() { return obj.bar; }, set foo(a) { obj.bar = a; }, bar: 0 };
66 // d is { configurable: true, enumerable: true, get: /*the getter function*/, set: /*the setter function*/ }
68 assert (typeof(desc.set) === 'function');
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_info_c.py39 seen = set()
49 seen = set()

Completed in 10 milliseconds

1...<<131132133134135136137138139140>>...407