Home
last modified time | relevance | path

Searched refs:set (Results 1701 - 1725 of 7971) sorted by relevance

1...<<61626364656667686970>>...319

/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodeclist_impl.h18 #include <set>
45 std::set<uint8_t *> bufAddrSet_;
/foundation/multimedia/av_session/services/session/adapter/
H A Dapp_manager_adapter.h21 #include <set>
53 std::set<int32_t> observedAppUIDs_;
/foundation/multimedia/av_session/services/session/server/
H A Dbackground_audio_controller.h20 #include <set>
53 std::set<int32_t> sessionUIDs_;
/foundation/multimedia/player_framework/services/services/monitor/client/
H A Dmonitor_client.h21 #include <set>
48 std::set<MonitorClientObject *> objSet_;
/foundation/multimedia/player_framework/services/services/screen_capture_monitor/server/
H A Dscreen_capture_monitor_server.h26 #include <set>
54 std::set<sptr<ScreenCaptureMonitor::ScreenCaptureMonitorListener>> screenCaptureMonitorCbSet_;
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H A Dinput_event_interceptor.h51 static std::set<int32_t> filterKeys_;
52 static std::set<int32_t> filterPointers_;
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H A Dwindow_visibility_observer.h22 #include <set>
36 std::set<uint32_t> visibleWindowIds;
/foundation/communication/netmanager_base/services/common/include/
H A Dnet_conn_base_service.h18 #include <set>
34 const std::set<NetCap> &netCaps, uint32_t &supplierId) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddata_compression.h19 #include <set>
28 static void GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.h34 int Prepare(const std::set<EventImpl *> &polling) override;
37 int Exit(const std::set<EventImpl *> &polling) override;
H A Devent_loop_select.cpp37 int EventLoopSelect::Prepare(const std::set<EventImpl *> &polling) in Prepare()
58 int EventLoopSelect::Exit(const std::set<EventImpl *> &polling) in Exit()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Dfuzzer_data.h22 #include <set>
38 std::set<std::string> GetStringSet(size_t size);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_service_death_notifier.h20 #include <set>
66 // set of watchers for server die msg.
67 std::set<std::shared_ptr<KvStoreDeathRecipient>> serviceDeathWatchers_;
/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_common.h18 #include <set>
35 std::set<std::string> installerBundles;
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_syncer_rdb_col.h19 #include <set>
50 const std::set<std::string> DATA_SYNCER_COL = {
/third_party/curl/lib/
H A Dsigpipe.h49 ig->no_signal = data->set.no_signal; in sigpipe_ignore()
50 if(!data->set.no_signal) { in sigpipe_ignore()
/third_party/gn/src/gn/
H A Declipse_writer.h10 #include <set>
57 std::set<std::string> include_dirs_;
/third_party/icu/icu4c/source/io/
H A Ducln_io.cpp26 #error U_IO_IMPLEMENTATION not set - must be set for all ICU source files in io/ - see https://unicode-org.github.io/icu/userguide/howtouseicu
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCalendarFieldsSet.java37 diffSet.set(i, calVal); in matches()
45 * set the specified fields on this calendar. Doesn't clear first. Returns any errors the cale
50 cal.set(i, get(i)); in setOnCalendar()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCalendarFieldsSet.java34 diffSet.set(i, calVal); in matches()
42 * set the specified fields on this calendar. Doesn't clear first. Returns any errors the cale
47 cal.set(i, get(i)); in setOnCalendar()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-settings.h51 /**< if dest is NULL, max_actual is set to the actual length without
53 int (*set)(lws_settings_instance_t *si, const char *name, member
106 .set = lws_settings_plat_set,
/third_party/libabigail/tests/
H A Dtest-utils.cc23 #error the macro ABIGAIL_SRC_DIR must be set at compile time in get_src_dir()
37 #error the macro ABIGAIL_BUILD_DIR must be set at compile time in get_build_dir()
/third_party/node/lib/internal/streams/
H A Dlazy_transform.js55 set: makeSetter('_readableState'),
62 set: makeSetter('_writableState'),
/third_party/musl/porting/liteos_a/user_debug/src/exit/
H A Dexit.c41 sigset_t set; in exit() local
43 __block_app_sigs(&set); in exit()
/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/
H A Drt_sigprocmask02.c25 /* The set value stores the signal mask of the pending signals. */
31 /* The set of blocked signals is the union of the current set*/
32 /* and the set argument. */
34 /* The signals in set are removed from the current set of */
38 /* The set of blocked signals is set to the set argument. */
51 /* An invalid set, ac
76 static sigset_t set; global() variable
[all...]

Completed in 13 milliseconds

1...<<61626364656667686970>>...319