Home
last modified time | relevance | path

Searched defs:client (Results 176 - 200 of 251) sorted by relevance

1234567891011

/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp109 OnMsgHandler(const UDSClient& client, NetPacket& pkt) OnMsgHandler() argument
124 OnKeyEvent(const UDSClient& client, NetPacket& pkt) OnKeyEvent() argument
157 NotifyBundleName(const UDSClient& client, NetPacket& pkt) NotifyBundleName() argument
172 OnPointerEvent(const UDSClient& client, NetPacket& pkt) OnPointerEvent() argument
218 OnSubscribeKeyEventCallback(const UDSClient &client, NetPacket &pkt) OnSubscribeKeyEventCallback() argument
264 OnSubscribeSwitchEventCallback(const UDSClient &client, NetPacket &pkt) OnSubscribeSwitchEventCallback() argument
284 OnDevListener(const UDSClient& client, NetPacket& pkt) OnDevListener() argument
300 ReportKeyEvent(const UDSClient& client, NetPacket& pkt) ReportKeyEvent() argument
342 ReportPointerEvent(const UDSClient& client, NetPacket& pkt) ReportPointerEvent() argument
388 OnAnr(const UDSClient& client, NetPacket& pkt) OnAnr() argument
404 NotifyWindowStateError(const UDSClient& client, NetPacket& pkt) NotifyWindowStateError() argument
[all...]
H A Dinput_handler_manager.cpp762 MMIClientPtr client = MMIEventHdl.GetMMIClient(); in OnDispatchEventProcessed() local
/foundation/multimodalinput/input/intention/cooperate/client/src/
H A Dcooperate_client.cpp341 int32_t CooperateClient::OnCoordinationListener(const StreamClient &client, NetPacket &pkt) in OnCoordinationListener() argument
366 int32_t CooperateClient::OnCoordinationMessage(const StreamClient &client, NetPacket &pkt) in OnCoordinationMessage() argument
406 int32_t CooperateClient::OnCoordinationState(const StreamClient &client, NetPacket &pkt) in OnCoordinationState() argument
438 int32_t CooperateClient::OnHotAreaListener(const StreamClient &client, NetPacket &pkt) in OnHotAreaListener() argument
454 int32_t CooperateClient::OnMouseLocationListener(const StreamClient &client, NetPacket &pkt) in OnMouseLocationListener() argument
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.c66 IDefaultClient *client = SAMGR_CreateIClient(service, feature, sizeof(IClientHeader)); in SAMGR_CreateIProxy() local
100 struct IDefaultClient *client = GET_OBJECT(proxy, struct IDefaultClient, entry.iUnknown); in SAMGR_GetRemoteIdentity() local
108 IDefaultClient *client = GET_OBJECT(proxy, IDefaultClient, entry.iUnknown); SAMGR_GetSAName() local
156 IDefaultClient *client = GET_OBJECT(proxy, IDefaultClient, entry.iUnknown); Release() local
171 IDefaultClient *client = GET_OBJECT(proxy, IDefaultClient, entry.iUnknown); ProxyInvoke() local
[all...]
H A Ddefault_client_rpc.c34 IDefaultClient *client = SAMGR_CreateIClient(service, feature, sizeof(IClientHeader)); in SAMGR_CreateIProxy() local
61 IDefaultClient *client = SAMGR_CreateIClient(service, feature, sizeof(IClientHeader)); in SAMGR_CreateIRemoteProxy() local
94 struct IDefaultClient *client = GET_OBJECT(proxy, struct IDefaultClient, entry.iUnknown); SAMGR_GetRemoteIdentity() local
102 IDefaultClient *client = GET_OBJECT(proxy, IDefaultClient, entry.iUnknown); SAMGR_GetSAName() local
150 IDefaultClient *client = GET_OBJECT(proxy, IDefaultClient, entry.iUnknown); Release() local
165 IDefaultClient *client = GET_OBJECT(proxy, IDefaultClient, entry.iUnknown); ProxyInvoke() local
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy_lite.cpp141 WifiScanProxy *client = WifiScanProxy::GetInstance(); in OnRemoteSrvDied() local
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h295 explicit VpnAppDeathRecipient(NetworkVpnService &client) : client_(client) {} in VpnAppDeathRecipient() argument
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_stub_impl.cpp52 auto client = sptr<DataShareStubImpl>(this); in GetFileTypes() local
78 auto client = sptr<DataShareStubImpl>(this); in OpenFile() local
105 auto client = sptr<DataShareStubImpl>(this); in OpenRawFile() local
126 auto client = sptr<DataShareStubImpl>(this); in Insert() local
161 auto client = sptr<DataShareStubImpl>(this); in Update() local
194 auto client = sptr<DataShareStubImpl>(this); BatchUpdate() local
227 auto client = sptr<DataShareStubImpl>(this); Delete() local
261 auto client = sptr<DataShareStubImpl>(this); InsertEx() local
296 auto client = sptr<DataShareStubImpl>(this); UpdateEx() local
330 auto client = sptr<DataShareStubImpl>(this); DeleteEx() local
365 auto client = sptr<DataShareStubImpl>(this); Query() local
400 auto client = sptr<DataShareStubImpl>(this); GetType() local
429 auto client = sptr<DataShareStubImpl>(this); BatchInsert() local
489 auto client = sptr<DataShareStubImpl>(this); NotifyChange() local
508 auto client = sptr<DataShareStubImpl>(this); NormalizeUri() local
539 auto client = sptr<DataShareStubImpl>(this); DenormalizeUri() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp78 sptr<KVDBServiceClient> client = nullptr; in GetInstance() local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup.cpp102 AppExecFwk::BundleMgrClient client; in GetUsrConfig() local
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp104 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in PrepareUserDirs() local
119 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DestroyUserDirs() local
134 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in StartUser() local
150 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); StopUser() local
166 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); PrepareUserSpace() local
182 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); DestroyUserSpace() local
198 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); InitGlobalKey() local
214 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); InitGlobalUserKeys() local
230 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); GenerateUserKeys() local
246 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); DeleteUserKeys() local
265 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); UpdateUserAuth() local
285 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); UpdateUseAuthWithRecoveryKey() local
303 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); ActiveUserKey() local
319 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); InactiveUserKey() local
335 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); LockUserScreen() local
352 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); UnlockUserScreen() local
368 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); GetLockScreenStatus() local
384 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); UpdateKeyContext() local
400 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); GenerateAppkey() local
416 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); DeleteAppkey() local
435 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); CreateRecoverKey() local
451 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); SetRecoverKey() local
468 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); MountDfsDocs() local
485 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); UMountDfsDocs() local
514 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); GetFileEncryptStatus() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp98 StorageManagerClient client; in Create() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp295 std::string client = "Client"; in OnSessionOpened() local
298 std::string client = "Server"; in OnSessionOpened() local
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy_lite.cpp87 DhcpServerProxy *client = DhcpServerProxy::GetInstance(); in OnRemoteSrvDied() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp318 DhcpClient client; in StartNewClient() local
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp79 std::shared_ptr<BundleMgrClient> client = DelayedSingleton<BundleMgrClient>::GetInstance(); in LoadStageFormConfigInfo() local
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_feature.cpp344 auto client = new AbilityThreadClient(token, callingPid, svc, &AbilityMgrFeature::AppDeathNotify); in AttachBundleInvoke() local
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_manager.cpp43 Acquire( const AbilityRequest &abilityRequest, bool tryBind, const sptr<IRemoteObject> &client, bool isNotHap) Acquire() argument
121 Release( const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &client, bool isNotHap) Release() argument
676 ReportDataAbilityAcquired(const sptr<IRemoteObject> &client, bool isNotHap, std::shared_ptr<DataAbilityRecord> &record) ReportDataAbilityAcquired() argument
696 ReportDataAbilityReleased(const sptr<IRemoteObject> &client, bool isNotHap, std::shared_ptr<DataAbilityRecord> &record) ReportDataAbilityReleased() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp133 auto& client = UDMF::UdmfClient::GetInstance(); in SetData() local
144 auto& client = UDMF::UdmfClient::GetInstance(); in GetData() local
155 auto& client = UDMF::UdmfClient::GetInstance(); in GetSummary() local
166 auto& client = UDMF::UdmfClient::GetInstance(); in GetRemoteStatus() local
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp154 static GattCharacteristic *GetCharacteristic(const std::shared_ptr<GattClient> &client, in GetCharacteristic() argument
167 static GattCharacteristic *GetGattcCharacteristic(const std::shared_ptr<GattClient> &client, in GetGattcCharacteristic() argument
178 static GattDescriptor *GetGattcDescriptor(const std::shared_ptr<GattClient> &client, in GetGattcDescriptor() argument
237 std::shared_ptr<GattClient> client = gattClient->GetClient(); Connect() local
253 std::shared_ptr<GattClient> client = gattClient->GetClient(); Disconnect() local
288 NapiGattClient *client = nullptr; ReadCharacteristicValue() local
341 NapiGattClient *client = nullptr; ReadDescriptorValue() local
384 NapiGattClient *client = nullptr; GetServices() local
416 std::shared_ptr<GattClient> client = gattClient->GetClient(); Close() local
452 std::shared_ptr<GattClient> client = gattClient->GetClient(); SetBLEMtuSize() local
565 NapiGattClient* client = nullptr; WriteCharacteristicValueEx() local
622 NapiGattClient* client = nullptr; WriteDescriptorValueEx() local
674 NapiGattClient *client = nullptr; setCharacteristicChangeInner() local
751 std::shared_ptr<GattClient> client = gattClient->GetClient(); WriteCharacteristicValue() local
790 std::shared_ptr<GattClient> client = gattClient->GetClient(); WriteDescriptorValue() local
832 std::shared_ptr<GattClient> client = gattClient->GetClient(); SetNotifyCharacteristicChanged() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp83 static GattCharacteristic *GattcFindCharacteristic(int clientId, std::shared_ptr<GattClient> &client, in GattcFindCharacteristic() argument
423 std::shared_ptr<GattClient> client = nullptr; BleGattcConnect() local
491 std::shared_ptr<GattClient> client = iter->second.gattClient; BleGattcSetPriority() local
512 std::shared_ptr<GattClient> client = iter->second.gattClient; BleGattcDisconnect() local
539 std::shared_ptr<GattClient> client = iter->second.gattClient; BleGattcSearchServices() local
568 std::shared_ptr<GattClient> client = iter->second.gattClient; BleGattcGetService() local
606 std::shared_ptr<GattClient> client = nullptr; BleGattcReadCharacteristic() local
632 std::shared_ptr<GattClient> client = nullptr; BleGattcWriteCharacteristic() local
660 std::shared_ptr<GattClient> client = nullptr; BleGattcReadDescriptor() local
695 std::shared_ptr<GattClient> client = nullptr; BleGattcWriteDescriptor() local
736 std::shared_ptr<GattClient> client = iter->second.gattClient; BleGattcConfigureMtuSize() local
758 std::shared_ptr<GattClient> client = nullptr; BleGattcRegisterNotification() local
[all...]
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp1737 sptr<IRemoteObject> client = surfaceDelegator->AsObject(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.cpp55 void RSDisplaySoloist::OnVsync(TimestampType timestamp, void* client) in OnVsync() argument
414 void RSDisplaySoloistManager::OnVsync(TimestampType timestamp, void* client) in OnVsync() argument
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dnet_policy_manager_test.cpp215 auto client = DelayedSingleton<NetPolicyClient>::GetInstance(); in HWTEST_F() local
450 auto client = DelayedSingleton<NetPolicyClient>::GetInstance(); in HWTEST_F() local
469 auto client = DelayedSingleton<NetPolicyClient>::GetInstance(); in HWTEST_F() local
554 auto client = DelayedSingleton<NetPolicyClient>::GetInstance(); HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp343 auto &client = NetConnClient::GetInstance(); in HWTEST_F() local
638 auto &client = NetConnClient::GetInstance(); in HWTEST_F() local

Completed in 24 milliseconds

1234567891011