Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 15 of 15) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
Dnetfirewall_match.h53 static __always_inline void swap_tuple_ports(struct match_tuple *tuple) in swap_tuple_ports()
65 static __always_inline void swap_tuple_addrs(struct match_tuple *tuple) in swap_tuple_addrs()
86 static __always_inline bool get_match_tuple(struct __sk_buff *skb, struct match_tuple *tuple, enum … in get_match_tuple()
191 static __always_inline bool match_addrs(struct match_tuple *tuple, struct bitmap *key) in match_addrs()
253 static __always_inline bool match_ports(struct match_tuple *tuple, struct bitmap *key) in match_ports()
284 static __always_inline bool match_protocol(struct match_tuple *tuple, struct bitmap *key) in match_protocol()
310 static __always_inline bool match_appuid(struct match_tuple *tuple, struct bitmap *key) in match_appuid()
336 static __always_inline bool match_uid(struct match_tuple *tuple, struct bitmap *key) in match_uid()
362 static __always_inline bool match_action_key(struct match_tuple *tuple, struct bitmap *key) in match_action_key()
394 static __always_inline bool MatchDomain(const struct match_tuple *tuple) in MatchDomain()
[all …]
Dnetfirewall.h37 static __always_inline int send_sock_tcp_reset(struct match_tuple *tuple, struct __sk_buff *skb, en… in send_sock_tcp_reset()
59 static __always_inline bool get_packet_rst_flag(struct match_tuple *tuple) in get_packet_rst_flag()
114 struct match_tuple tuple = { 0 }; in netfirewall_policy_ingress() local
154 static __always_inline bool MatchDnsQuery(const struct match_tuple *tuple) in MatchDnsQuery()
176 struct match_tuple tuple = { 0 }; in netfirewall_policy_egress() local
Dnetfirewall_ct.h135 static __always_inline bool ct_create_entry(struct ct_tuple *tuple, struct __sk_buff *skb, const en… in ct_create_entry()
157 …__always_inline enum ct_status ct_lookup_entry(struct __sk_buff *skb, const struct ct_tuple *tuple, in ct_lookup_entry()
214 static __always_inline void swap_ct_tuple_ports(struct ct_tuple *tuple) in swap_ct_tuple_ports()
226 static __always_inline void swap_ct_tuple_addrs(struct ct_tuple *tuple) in swap_ct_tuple_addrs()
247 …c __always_inline enum ct_status ct_map_lookup_entry(struct __sk_buff *skb, struct ct_tuple *tuple, in ct_map_lookup_entry()
Dnetfirewall_event.h62 static __always_inline void log_intercept(struct match_tuple *tuple) in log_intercept()
93 static __always_inline void log_tuple(struct match_tuple *tuple) in log_tuple()
104 #define log_tuple(tuple) argument
Dnetfirewall_types.h149 struct match_tuple tuple; member
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
Dplugin_settings.cpp35 const auto& tuple = Plugin::g_tagInfoMap.at(tag); in CommonParameterChecker() local
Dplugin_utils.cpp526 const auto& tuple = Plugin::g_tagInfoMap.at(static_cast<Tag>(item)); in Meta2String() local
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_reference.cpp224 std::tuple<NativeEngine*, void*, void*> tuple = std::make_tuple(engine_, data_, hint_); in EnqueueDeferredTask() local
228 std::tuple<NativeEngine*, void*, void*> tuple = in EnqueueDeferredTask() local
Dark_idle_monitor.cpp450 std::tuple<ArkIdleMonitor*, int64_t, int64_t>* tuple = in PostIdleCheckTask() local
497 std::tuple<ArkIdleMonitor*, int64_t, int64_t>* tuple = in PostSwitchBackgroundGCTask() local
/foundation/multimodalinput/input/service/nap_process/src/
Dnap_process.cpp159 std::tuple<int32_t, int32_t, std::string> tuple(getPid, getUid, getName); in GetAllMmiSubscribedEvents() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_bindings.inl471 auto tuple = __detail__::ToTuple<std::decay_t<Args>...>(runtimeCallInfo); local
517 auto tuple = __detail__::ToTuple<std::decay_t<Args>...>(runtimeCallInfo); local
584 auto tuple = __detail__::ToTuple<std::decay_t<Args>...>(runtimeCallInfo); local
/foundation/multimedia/media_foundation/engine/pipeline/core/
Dcompatible_check.cpp279 const auto& tuple = Plugin::g_tagInfoMap.at(static_cast<Tag>(key)); in LogOutIncorrectType() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_syncer.cpp500 for (const auto &tuple : param.withoutRowIdData.assetInsertData) { in UpdateChangedData() local
507 for (const auto &tuple : param.withoutRowIdData.updateData) { in UpdateChangedData() local
Dcloud_syncer_extend.cpp703 for (const auto &tuple : downloadList) { in UpdateFlagForSavedRecord() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
Dindexer_model_ng.cpp330 auto tuple = std::make_tuple(args...); in ParseType() local