/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodeclist_impl.h | 18 #include <set> 45 std::set<uint8_t *> bufAddrSet_;
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | app_manager_adapter.h | 21 #include <set> 53 std::set<int32_t> observedAppUIDs_;
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | background_audio_controller.h | 20 #include <set> 53 std::set<int32_t> sessionUIDs_;
|
/foundation/multimedia/player_framework/services/services/monitor/client/ |
H A D | monitor_client.h | 21 #include <set> 48 std::set<MonitorClientObject *> objSet_;
|
/foundation/multimedia/player_framework/services/services/screen_capture_monitor/server/ |
H A D | screen_capture_monitor_server.h | 26 #include <set> 54 std::set<sptr<ScreenCaptureMonitor::ScreenCaptureMonitorListener>> screenCaptureMonitorCbSet_;
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_interceptor.h | 51 static std::set<int32_t> filterKeys_; 52 static std::set<int32_t> filterPointers_;
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/ |
H A D | window_visibility_observer.h | 22 #include <set>
36 std::set<uint32_t> visibleWindowIds;
|
/foundation/communication/netmanager_base/services/common/include/ |
H A D | net_conn_base_service.h | 18 #include <set> 34 const std::set<NetCap> &netCaps, uint32_t &supplierId) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | data_compression.h | 19 #include <set> 28 static void GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_epoll.h | 34 int Prepare(const std::set<EventImpl *> &polling) override; 37 int Exit(const std::set<EventImpl *> &polling) override;
|
H A D | event_loop_select.cpp | 37 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 D | fuzzer_data.h | 22 #include <set> 38 std::set<std::string> GetStringSet(size_t size);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvstore_service_death_notifier.h | 20 #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 D | utd_common.h | 18 #include <set> 35 std::set<std::string> installerBundles;
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | data_syncer_rdb_col.h | 19 #include <set> 50 const std::set<std::string> DATA_SYNCER_COL = {
|
/third_party/curl/lib/ |
H A D | sigpipe.h | 49 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 D | eclipse_writer.h | 10 #include <set> 57 std::set<std::string> include_dirs_;
|
/third_party/icu/icu4c/source/io/ |
H A D | ucln_io.cpp | 26 #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 D | CalendarFieldsSet.java | 37 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 D | CalendarFieldsSet.java | 34 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 D | lws-settings.h | 51 /**< 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 D | test-utils.cc | 23 #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 D | lazy_transform.js | 55 set: makeSetter('_readableState'), 62 set: makeSetter('_writableState'),
|
/third_party/musl/porting/liteos_a/user_debug/src/exit/ |
H A D | exit.c | 41 sigset_t set; in exit() local 43 __block_app_sigs(&set); in exit()
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/ |
H A D | rt_sigprocmask02.c | 25 /* 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...] |