Home
last modified time | relevance | path

Searched defs:tuple (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dfunction_traits.h38 auto CallMemberFunction(C* instance, F func, T&& tuple, std::index_sequence<I...>) in CallMemberFunction() argument
50 auto CallStaticMemberFunction(F func, T&& tuple, std::index_sequence<I...>) in CallStaticMemberFunction() argument
62 T* ConstructFromTuple(Tuple&& tuple, std::index_sequence<Is...>) in ConstructFromTuple() argument
68 T* ConstructFromTuple(Tuple&& tuple) in ConstructFromTuple() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall.h36 static __always_inline int send_sock_tcp_reset(struct match_tuple *tuple, struct __sk_buff *skb, enum stream_dir dir) in send_sock_tcp_reset() argument
56 static __always_inline bool get_packet_rst_flag(struct match_tuple *tuple) in get_packet_rst_flag() argument
106 struct match_tuple tuple = { 0 }; netfirewall_policy_ingress() local
146 MatchDnsQuery(const struct match_tuple *tuple) MatchDnsQuery() argument
165 struct match_tuple tuple = { 0 }; netfirewall_policy_egress() local
[all...]
H A Dnetfirewall_event.h62 static __always_inline void log_intercept(struct match_tuple *tuple) in log_intercept() argument
93 log_tuple(struct match_tuple *tuple) log_tuple() argument
[all...]
H A Dnetfirewall_ct.h135 static __always_inline bool ct_create_entry(struct ct_tuple *tuple, struct __sk_buff *skb, const enum ct_dir dir) in ct_create_entry() argument
157 static __always_inline enum ct_status ct_lookup_entry(struct __sk_buff *skb, const struct ct_tuple *tuple, in ct_lookup_entry() argument
H A Dnetfirewall_match.h53 static __always_inline void swap_tuple_ports(struct match_tuple *tuple) in swap_tuple_ports() argument
65 static __always_inline void swap_tuple_addrs(struct match_tuple *tuple) in swap_tuple_addrs() argument
86 get_match_tuple(struct __sk_buff *skb, struct match_tuple *tuple, enum stream_dir dir) get_match_tuple() argument
147 match_addrs(struct match_tuple *tuple, struct bitmap *key) match_addrs() argument
209 match_ports(struct match_tuple *tuple, struct bitmap *key) match_ports() argument
240 match_protocol(struct match_tuple *tuple, struct bitmap *key) match_protocol() argument
266 match_appuid(struct match_tuple *tuple, struct bitmap *key) match_appuid() argument
292 match_uid(struct match_tuple *tuple, struct bitmap *key) match_uid() argument
318 match_action_key(struct match_tuple *tuple, struct bitmap *key) match_action_key() argument
350 MatchDomain(const struct match_tuple *tuple) MatchDomain() argument
379 match_action(struct match_tuple *tuple, struct bitmap *key) match_action() argument
[all...]
H A Dnetfirewall_types.h123 struct match_tuple tuple; member
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_settings.cpp35 const auto& tuple = Plugin::g_tagInfoMap.at(tag); in CommonParameterChecker() local
H A Dplugin_utils.cpp526 const auto& tuple = Plugin::g_tagInfoMap.at(static_cast<Tag>(item)); in Meta2String() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.cpp105 SetCompatibleIdentifyByType(DistributedDB::KvStoreNbDelegate *storeDelegate, const KvStoreTuple &tuple) SetCompatibleIdentifyByType() argument
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.cpp157 std::tuple<NativeEngine*, void*, void*> tuple = std::make_tuple(engine_, data_, hint_); in FinalizeCallback() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp60 KvStoreTuple tuple = { .appId = appId.appId, .storeId = storeId.storeId }; in GetKVStore() local
66 KvStoreTuple tuple = { .appId = appId.appId, .storeId = storeId.storeId }; in GetKVStore() local
H A Dsingle_store_impl.cpp781 KvStoreTuple tuple = { .appId = appId_, .storeId = storeId_ }; in Restore() local
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp279 const auto& tuple = Plugin::g_tagInfoMap.at(static_cast<Tag>(key)); in LogOutIncorrectType() local

Completed in 9 milliseconds