Home
last modified time | relevance | path

Searched defs:client (Results 226 - 250 of 481) sorted by relevance

12345678910>>...20

/third_party/pulseaudio/src/pulsecore/
H A Dcli-text.c77 pa_client *client; in pa_client_list_to_string() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dprotocol.go
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dprotocol.go
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DBuffer.h24 namespace dawn_wire { namespace client { namespace
/third_party/pulseaudio/src/modules/
H A Dmodule-console-kit.c51 pa_client *client; member
/third_party/python/Lib/test/
H A Dtest_docxmlrpc.py2 import http.client namespace
[all...]
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dprotocol.go
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp177 sptr<IRemoteObject> client = data.ReadObject<IRemoteObject>(); in RegisterGnssStatusCallbackInner() local
188 sptr<IRemoteObject> client = data.ReadObject<IRemoteObject>(); in UnregisterGnssStatusCallbackInner() local
200 sptr<IRemoteObject> client = data.ReadObject<IRemoteObject>(); in RegisterNmeaMessageCallbackInner() local
211 sptr<IRemoteObject> client = data.ReadObject<IRemoteObject>(); in UnregisterNmeaMessageCallbackInner() local
/base/location/test/fuzztest/locator/locator_fuzzer/
H A Dlocator_fuzzer.cpp79 auto client = std::make_unique<LocatorProxyTestFuzzer>(object); in LocatorProxySendRequestTest() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp255 BundleMgrClient client; in GetSmartMenuCfg() local
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp152 sptr<IInputClient> client = new (std::nothrow) InputClientStub(); in FUZZHideInput() local
159 sptr<IInputClient> client = new (std::nothrow) InputClientStub(); in FUZZShowInput() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp68 AppExecFwk::BundleMgrClient client; in GetAppVersion() local
/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_manage.c51 uint8_t *client = (uint8_t *)malloc(len); in CreatClient() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp437 sptr<AnsDialogHostClient> client = nullptr; in HWTEST_F() local
/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp284 void Client::OnMsgHandler(const StreamClient &client, NetPacket &pkt) in OnMsgHandler() argument
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp357 sptr<AnsDialogHostClient> client = nullptr; in RequestEnableNotification() local
372 sptr<AnsDialogHostClient> client = nullptr; in RequestEnableNotificationWithContext() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp410 sptr<AnsDialogHostClient> client = nullptr; in HWTEST_F() local
431 sptr<AnsDialogHostClient> client = nullptr; in HWTEST_F() local
453 sptr<AnsDialogHostClient> client = nullptr; in HWTEST_F() local
[all...]
/base/msdp/device_status/frameworks/native/interaction/src/
H A Dcoordination_manager_impl.cpp222 int32_t CoordinationManagerImpl::OnCoordinationListener(const StreamClient &client, NetPacket &pkt) in OnCoordinationListener() argument
239 int32_t CoordinationManagerImpl::OnCoordinationMessage(const StreamClient &client, NetPacket &pkt) in OnCoordinationMessage() argument
256 int32_t CoordinationManagerImpl::OnCoordinationState(const StreamClient &client, NetPacket &pkt) in OnCoordinationState() argument
305 int32_t CoordinationManagerImpl::OnHotAreaListener(const StreamClient &client, NetPacket &pkt) in OnHotAreaListener() argument
H A Ddrag_manager_impl.cpp74 int32_t DragManagerImpl::OnNotifyResult(const StreamClient &client, NetPacket &pkt) in OnNotifyResult() argument
103 int32_t DragManagerImpl::OnNotifyHideIcon(const StreamClient& client, NetPacket& pkt) in OnNotifyHideIcon() argument
112 int32_t DragManagerImpl::OnStateChangedMessage(const StreamClient &client, NetPacket &pkt) in OnStateChangedMessage() argument
128 int32_t DragManagerImpl::OnDragStyleChangedMessage(const StreamClient &client, NetPacket &pkt) in OnDragStyleChangedMessage() argument
/base/powermgr/battery_lite/frameworks/native/src/small/
H A Dbattery_framework.c183 uint8_t *client = (uint8_t *)malloc(len); in CreatClient() local
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c36 build_pake_client(const struct session_identity *identity, const struct hc_pin *pin, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_pake_client() argument
415 build_pake_client(const struct session_identity *identity, const struct hc_pin *pin, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_pake_client() argument
H A Dsts_client.c33 build_sts_client(const hc_handle hichain_handle, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_sts_client() argument
518 build_sts_client(const hc_handle hichain_handle, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_sts_client() argument
/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/
H A Decspeke_fuzzer.cpp62 BaseProtocol *client; in ECSpekeTest02() local
106 BaseProtocol *client; ECSpekeTest03() local
150 BaseProtocol *client; ECSpekeTest04() local
[all...]
/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/
H A Ddlspeke_fuzzer.cpp62 BaseProtocol *client; in DlSpekeTest02() local
106 BaseProtocol *client; DlSpekeTest03() local
150 BaseProtocol *client; DlSpekeTest04() local
[all...]
/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/
H A Diso_fuzzer.cpp59 BaseProtocol *client; in IsoTest02() local
103 BaseProtocol *client; IsoTest03() local
[all...]

Completed in 18 milliseconds

12345678910>>...20