Home
last modified time | relevance | path

Searched defs:proto (Results 1 - 25 of 37) sorted by relevance

12

/foundation/communication/ipc/ipc/native/c/manager/src/
H A Diremote_invoker.c22 RemoteInvoker *InitRemoteInvoker(int32_t proto) in InitRemoteInvoker() argument
33 void DeinitRemoteInvoker(RemoteInvoker *invoker, int32_t proto) in DeinitRemoteInvoker() argument
H A Dipc_thread_pool.c63 static void ThreadContextDestructor(int32_t proto) in ThreadContextDestructor() argument
75 static RemoteInvoker *GetAndUpdateInvoker(int32_t proto) in GetAndUpdateInvoker() argument
88 int32_t proto in ThreadHandler() local
141 SpawnNewThread(ThreadPool *threadPool, int32_t policy, int32_t proto) SpawnNewThread() argument
[all...]
H A Dipc_process_skeleton.c101 int32_t SpawnThread(int32_t policy, int32_t proto) in SpawnThread() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_session_internal.h32 coap_proto_t proto; /**< protocol used on this interface */ member
H A Dcoap_session.h70 coap_proto_t proto; /**< protocol used */ member
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_client.h31 coap_proto_t proto; member
/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_thread_pool.h39 int32_t proto; member
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_workthread.cpp44 int proto; member
56 std::string IPCWorkThread::MakeBasicThreadName(int proto, int threadIndex) in MakeBasicThreadName() argument
65 void IPCWorkThread::JoinThread(int proto, int policy) in JoinThread() argument
148 Start(int policy, int proto, int threadIndex) Start() argument
[all...]
H A Dipc_thread_pool.cpp76 bool IPCWorkThreadPool::SpawnThread(int policy, int proto) in SpawnThread() argument
114 std::string IPCWorkThreadPool::MakeThreadName(int proto, int &threadIndex) in MakeThreadName() argument
[all...]
H A Dipc_thread_skeleton.cpp195 IRemoteInvoker *IPCThreadSkeleton::GetRemoteInvoker(int proto) in GetRemoteInvoker() argument
277 JoinWorkThread(int proto) JoinWorkThread() argument
285 StopWorkThread(int proto) StopWorkThread() argument
[all...]
H A Dipc_object_proxy.cpp65 IPCObjectProxy::IPCObjectProxy(int handle, std::u16string descriptor, int proto) in IPCObjectProxy() argument
622 int proto = GetProtoInfo(); in UpdateProto() local
694 SetProto(int proto) SetProto() argument
[all...]
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c153 int32_t proto = IF_PROT_DATABUS; in GetSessionFromDBinderService() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Draw.h113 } proto; member
/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp61 int proto; in AddDeathRecipientTest() local
91 int proto; in FlattenObjectTest() local
214 int proto; in TranslateIRemoteObjectTest002() local
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_proxy_inner.c94 uint32_t proto; in GetSessionFromDBinderService() local
204 int32_t proto; in GetDataBusName() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common_test.cpp235 const char *proto = "proto"; in HWTEST_F() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dapi_msg.h121 u16_t proto; member
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp170 int proto = IRemoteObject::IF_PROT_DATABUS; in HWTEST_F() local
187 int proto = IRemoteObject::IF_PROT_ERROR; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp88 int32_t NetLinkSocketDiag::ExecuteDestroySocket(uint8_t proto, const inet_diag_msg *msg) in ExecuteDestroySocket() argument
178 int32_t NetLinkSocketDiag::ProcessSockDiagDumpResponse(uint8_t proto, const std::string &ipAddr, bool excludeLoopback) in ProcessSockDiagDumpResponse() argument
209 int32_t NetLinkSocketDiag::SendSockDiagDumpRequest(uint8_t proto, uint8_t family, uint32_t states) in SendSockDiagDumpRequest() argument
231 void NetLinkSocketDiag::SockDiagDumpCallback(uint8_t proto, const inet_diag_msg *msg, const std::string &ipAddr, in SockDiagDumpCallback() argument
273 const int32_t proto = IPPROTO_TCP; in DestroyLiveSockets() local
306 SockDiagUidDumpCallback(uint8_t proto, const inet_diag_msg *msg, const NetLinkSocketDiag::DestroyFilter& needDestroy) SockDiagUidDumpCallback() argument
317 ProcessSockDiagUidDumpResponse(uint8_t proto, const NetLinkSocketDiag::DestroyFilter& needDestroy) ProcessSockDiagUidDumpResponse() argument
361 const int32_t proto = IPPROTO_TCP; DestroyLiveSocketsWithUid() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_client.c229 coap_proto_t proto = coapServerParameter->proto; in CoapGetSessionInner() local
270 coap_proto_t proto; in CoapGetSessionEx() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.c646 char* HdiGetIeTxt(char *pos, char *end, const char *proto, const uint8_t *ie, size_t ieLen) in HdiGetIeTxt() argument
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c1859 static struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int kern) in l2cap_sock_alloc() argument
H A Dsco.c492 static struct sock *sco_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int kern) in sco_sock_alloc() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmip.h207 ipv6_exthdr_len(uint8 *h, uint8 *proto) in ipv6_exthdr_len() argument
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp130 int32_t proto; in SpawnThreadTest() local

Completed in 21 milliseconds

12