Home
last modified time | relevance | path

Searched defs:client (Results 26 - 50 of 251) sorted by relevance

1234567891011

/foundation/CastEngine/castengine_wifi_display/tests/fuzztest/source_fuzzer/wfdsourcesetlistener_fuzzer/
H A Dwfd_source_set_listener_fuzzer.cpp24 std::shared_ptr<WfdSource> client = nullptr; in SetSourceListener() local
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_proxy.cpp29 RefPtr<TextInputConnection> TextInputProxy::Attach(const WeakPtr<TextInputClient>& client, in Attach() argument
H A Dtext_input_connection.h34 TextInputConnection(const WeakPtr<TextInputClient>& client, const RefPtr<TaskExecutor>& taskExecutor) in TextInputConnection() argument
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_client_test/
H A Dmock_ui_service_mgr_client.h41 std::shared_ptr<UIServiceMgrClient> client = std::make_shared<MockUIServiceMgrClient>(); in GetInstance() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.h29 auto client = pattern_.Upgrade(); in OnTextChangedListenerImpl() local
/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_client.cpp34 static CameraClient client; in GetInstance() local
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.h37 static PlayerClient client; in GetInstance() local
/foundation/multimodalinput/input/frameworks/proxy/module_loader/test/
H A Dmmi_client_test.cpp73 std::shared_ptr<MMIClient> client = std::make_shared<MMIClient>(); in HWTEST_F() local
87 std::shared_ptr<MMIClient> client = std::make_shared<MMIClient>(); in HWTEST_F() local
102 std::shared_ptr<MMIClient> client = std::make_shared<MMIClient>(); in HWTEST_F() local
117 std::shared_ptr<MMIClient> client = std::make_shared<MMIClient>(); HWTEST_F() local
[all...]
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/include/
H A Dsocperf_client.h135 sptr<ISocPerfService> client; member in OHOS::SOCPERF::SocPerfClient
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dmock_wifi_public.cpp45 int __wrap_RemoteCall(RpcClient *client) in __wrap_RemoteCall() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_iface.c29 RpcClient *client = GetStaRpcClient(); in GetName() local
53 RpcClient *client = GetStaRpcClient(); in GetType() local
[all...]
/arkcompiler/toolchain/websocket/
H A Dnetwork.cpp21 bool Recv(int32_t client, std::string& buffer, int32_t flags) in Recv() argument
33 bool Recv(int32_t client, char* buf, size_t totalLen, int32_t flags) in Recv() argument
51 bool Recv(int32_t client, uint8_t* buf, size_t totalLen, int32_t flags) in Recv() argument
56 bool Send(int32_t client, const std::string& message, int32_t flags) in Send() argument
61 bool Send(int32_t client, const char* buf, size_t totalLen, int32_t flags) in Send() argument
[all...]
/developtools/hdc/hdc_rust/src/host/
H A Dclient.rs82 let mut client = Client::new(parsed_cmd).await?; variables
H A Dmain.rs18 mod client; modules
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H A Dbase_client.cpp53 auto client = client_.lock(); in OnReadable() local
62 auto client = client_.lock(); in OnWritable() local
74 auto client = client_.lock(); in OnShutdown() local
86 auto client in OnException() local
[all...]
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwfd_sink_impl.h49 void SetIpcClient(const std::shared_ptr<InterIpcClient> &client) in SetIpcClient() argument
H A Dwfd_source_impl.h45 void SetIpcClient(const std::shared_ptr<InterIpcClient> &client) in SetIpcClient() argument
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_mgr_client_test/
H A Dbundle_mgr_client_test.cpp34 BundleMgrClient client; in BenchmarkTestForGetBundleInfo() local
53 BundleMgrClient client; in BenchmarkTestForGetHapModuleInfo() local
73 BundleMgrClient client; in BenchmarkTestForGetResConfigFile1() local
93 BundleMgrClient client; in BenchmarkTestForGetResConfigFile2() local
113 BundleMgrClient client; in BenchmarkTestForGetResConfigFile3() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_vsync_client_ohos.cpp72 void RSVsyncClientOhos::OnVsync(int64_t nanoTimestamp, int64_t frameCount, void* client) in OnVsync() argument
/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_controller_client.cpp31 std::shared_ptr<ScreenCaptureControllerClient> client = in Create() local
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_fd_listener.cpp31 MMIFdListener::MMIFdListener(MMIClientPtr client) : mmiClient_(client) in MMIFdListener() argument
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/include/
H A Dlisten_ability_proxy.h72 explicit ListenDeathRecipient(ListenAbilityProxy &client) : client_(client) {} in ListenDeathRecipient() argument
/foundation/communication/netmanager_base/interfaces/innerkits/netpolicyclient/include/
H A Dnet_policy_client.h346 explicit NetPolicyDeathRecipient(NetPolicyClient &client) : client_(client) {} in NetPolicyDeathRecipient() argument
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H A Dnet_stats_client.h281 explicit NetStatsDeathRecipient(NetStatsClient &client) : client_(client) {} in NetStatsDeathRecipient() argument
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_proxy.h413 explicit WifiDeathRecipient(WifiP2pProxy &client) : client_(client) {} in WifiDeathRecipient() argument

Completed in 7 milliseconds

1234567891011