Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 152) sorted by relevance

1234567

/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_manage_interface_test.cpp82 auto &client = UsbSrvClient::GetInstance(); variable
97 auto &client = UsbSrvClient::GetInstance(); variable
112 auto &client = UsbSrvClient::GetInstance(); variable
126 auto &client = UsbSrvClient::GetInstance(); variable
150 auto &client = UsbSrvClient::GetInstance(); variable
173 auto &client = UsbSrvClient::GetInstance(); variable
195 auto &client = UsbSrvClient::GetInstance(); variable
223 auto &client = UsbSrvClient::GetInstance(); variable
250 auto &client = UsbSrvClient::GetInstance(); variable
271 auto &client = UsbSrvClient::GetInstance(); variable
[all …]
/base/sensors/miscdevice/frameworks/native/vibrator/
Dvibrator_agent.cpp74 auto &client = VibratorServiceClient::GetInstance(); in StartVibrator() local
92 auto &client = VibratorServiceClient::GetInstance(); in StartVibratorOnce() local
105 auto &client = VibratorServiceClient::GetInstance(); in IsSupportVibratorCustom() local
118 auto &client = VibratorServiceClient::GetInstance(); in PlayVibratorCustom() local
147 auto &client = VibratorServiceClient::GetInstance(); in StopVibrator() local
158 auto &client = VibratorServiceClient::GetInstance(); in Cancel() local
180 auto &client = VibratorServiceClient::GetInstance(); in IsHdHapticSupported() local
187 auto &client = VibratorServiceClient::GetInstance(); in IsSupportEffect() local
198 auto &client = VibratorServiceClient::GetInstance(); in PreProcess() local
209 auto &client = VibratorServiceClient::GetInstance(); in GetDelayTime() local
[all …]
/base/startup/appspawn/lite/
Dappspawn_process.c83 static int SetProcessName(struct AppSpawnContent *content, AppSpawnClient *client, in SetProcessName()
90 static int SetKeepCapabilities(struct AppSpawnContent *content, AppSpawnClient *client) in SetKeepCapabilities()
102 static int SetUidGid(struct AppSpawnContent *content, AppSpawnClient *client) in SetUidGid()
131 static int SetCapabilities(struct AppSpawnContent *content, AppSpawnClient *client) in SetCapabilities()
164 static void RunChildProcessor(AppSpawnContent *content, AppSpawnClient *client) in RunChildProcessor()
186 int AppSpawnExecuteSpawningHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecuteSpawningHook()
208 int AppSpawnExecuteClearEnvHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecuteClearEnvHook()
213 int AppSpawnExecutePreReplyHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecutePreReplyHook()
218 int AppSpawnExecutePostReplyHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecutePostReplyHook()
223 void AppSpawnEnvClear(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnEnvClear()
/base/update/updateservice/frameworks/js/napi/update/src/
Dupdate_module.cpp120 …UpdateClient *client = CreateJsObject<UpdateClient>(env, info, g_updateClientConstructorRef, jsObj… in GetOnlineUpdater() local
161 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in CheckNewVersion() local
168 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in SetUpgradePolicy() local
175 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in GetUpgradePolicy() local
182 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in Download() local
190 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in PauseDownload() local
198 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in ResumeDownload() local
205 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in CancelUpgrade() local
213 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in Upgrade() local
221 UpdateClient *client = UnwrapJsObject<UpdateClient>(env, info); in ClearError() local
[all …]
/base/sensors/miscdevice/frameworks/native/light/
Dlight_agent.cpp29 auto &client = LightClient::GetInstance(); in GetLightList() local
44 auto &client = LightClient::GetInstance(); in TurnOn() local
59 auto &client = LightClient::GetInstance(); in TurnOff() local
/base/update/updateservice/frameworks/js/napi/update/include/
Dupdate_session.h33 …BaseUpdateSession(BaseClient *client, SessionParams &sessionParams, size_t argc, size_t callbackNu… in BaseUpdateSession()
103 : BaseUpdateSession(client, sessionParams, argc, callbackNumber) {} in BaseUpdateSession() argument
113 : UpdateAsyncession(client, sessionParams, argc, callbackNumber) {} in UpdateAsyncession() argument
121 : BaseMigratePromiseSession(client, sessionParams, argc, callbackNumber) {} in BaseMigratePromiseSession() argument
132 : NapiSession(client, sessionParams, argc, callbackNumber), isOnce_(isOnce) {} in NapiSession() argument
/base/print/print_fwk/frameworks/ohscan/src/
Dohscan.cpp112 auto client = ScanManagerClient::GetInstance(); in GetScanParaDesc() local
130 auto client = ScanManagerClient::GetInstance(); in GetScanParaValues() local
309 auto client = ScanManagerClient::GetInstance(); in OH_Scan_Init() local
324 auto client = ScanManagerClient::GetInstance(); in OH_Scan_StartScannerDiscovery() local
353 auto client = ScanManagerClient::GetInstance(); in OH_Scan_OpenScanner() local
370 auto client = ScanManagerClient::GetInstance(); in OH_Scan_CloseScanner() local
425 auto client = ScanManagerClient::GetInstance(); in OH_Scan_SetScannerParameter() local
475 auto client = ScanManagerClient::GetInstance(); in OH_Scan_StartScan() local
492 auto client = ScanManagerClient::GetInstance(); in OH_Scan_CancelScan() local
510 auto client = ScanManagerClient::GetInstance(); in OH_Scan_GetPictureScanProgress() local
[all …]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dans_dialog_host_client_test.cpp52 sptr<AnsDialogHostClient> client = nullptr; variable
66 sptr<AnsDialogHostClient> client = nullptr; variable
/base/powermgr/power_manager/utils/shell/src/
Dpower_shell_command.cpp184 PowerMgrClient& client = PowerMgrClient::GetInstance(); in RunAsForceTimeOutCommand() local
201 PowerMgrClient& client = PowerMgrClient::GetInstance(); in RunAsTimeOutScreenLockCommand() local
257 PowerMgrClient& client = PowerMgrClient::GetInstance(); in RunAsSetModeCommand() local
279 PowerMgrClient& client = PowerMgrClient::GetInstance(); in RunAsWakeupCommand() local
311 PowerMgrClient& client = PowerMgrClient::GetInstance(); in RunAsSuspendCommand() local
343 PowerMgrClient& client = PowerMgrClient::GetInstance(); in RunAsHibernateCommand() local
388 PowerMgrClient& client = PowerMgrClient::GetInstance(); in RunAsQueryLockCommand() local
477 PowerMgrClient& client = PowerMgrClient::GetInstance(); in RunAsDumpCommand() local
/base/inputmethod/imf/services/src/
Dperuser_session.cpp113 void PerUserSession::RemoveClientInfo(const sptr<IRemoteObject> &client, bool isClientDied) in RemoveClientInfo()
138 void PerUserSession::UpdateClientInfo(const sptr<IRemoteObject> &client, const std::unordered_map<U… in UpdateClientInfo()
280 auto client = GetCurrentClient(); in OnImeDied() local
314 auto client = GetCurrentClient(); in RemoveIme() local
325 sptr<IInputClient> client = GetCurrentClient(); in OnHideCurrentInput() local
336 sptr<IInputClient> client = GetCurrentClient(); in OnShowCurrentInput() local
344 int32_t PerUserSession::OnHideInput(sptr<IInputClient> client) in OnHideInput()
354 int32_t PerUserSession::OnShowInput(sptr<IInputClient> client) in OnShowInput()
367 sptr<IInputClient> client = GetCurrentClient(); in OnHideSoftKeyBoardSelf() local
468 int32_t PerUserSession::OnReleaseInput(const sptr<IInputClient> &client) in OnReleaseInput()
[all …]
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
Dkey_agreement_client.c40 struct key_agreement_client *client = (struct key_agreement_client *)handle; in send_start_request() local
66 struct key_agreement_client *client = (struct key_agreement_client *)handle; in send_end_request() local
98 struct key_agreement_client *client = (struct key_agreement_client *)handle; in receive_end_response() local
/base/sensors/medical_sensor/interfaces/native/src/
Dmedical_native_impl.cpp78 auto &client = MedicalSensorServiceClient::GetInstance(); in CreateSensorDataChannel() local
107 MedicalSensorServiceClient &client = MedicalSensorServiceClient::GetInstance(); in DestroyAfeDataChannel() local
126 MedicalSensorServiceClient &client = MedicalSensorServiceClient::GetInstance(); in GetAllSensors() local
178 MedicalSensorServiceClient &client = MedicalSensorServiceClient::GetInstance(); in ActivateSensor() local
204 MedicalSensorServiceClient &client = MedicalSensorServiceClient::GetInstance(); in DeactivateSensor() local
/base/msdp/device_status/intention/frameworks/client/src/
Dintention_manager.cpp72 {MessageId::COORDINATION_ADD_LISTENER, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
75 {MessageId::COORDINATION_MESSAGE, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
78 {MessageId::COORDINATION_GET_STATE, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
81 {MessageId::HOT_AREA_ADD_LISTENER, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
84 … {MessageId::MOUSE_LOCATION_ADD_LISTENER, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
89 {MessageId::DRAG_NOTIFY_RESULT, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
92 {MessageId::DRAG_STATE_LISTENER, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
95 {MessageId::DRAG_NOTIFY_HIDE_ICON, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
98 {MessageId::DRAG_STYLE_LISTENER, [this](const StreamClient &client, NetPacket &pkt) { in InitMsgHandler()
/base/startup/appspawn/common/
Dappspawn_server.c32 static void NotifyResToParent(struct AppSpawnContent *content, AppSpawnClient *client, int result) in NotifyResToParent()
91 int AppSpawnChild(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnChild()
154 int AppSpawnProcessMsg(AppSpawnContent *content, AppSpawnClient *client, pid_t *childPid)
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/
Dauth_sub_session_test.cpp111 AuthSubSession *client; variable
169 AuthSubSession *client; variable
227 AuthSubSession *client; variable
285 AuthSubSession *client; variable
343 AuthSubSession *client; variable
401 AuthSubSession *client; variable
741 static int32_t LoopProcess(AuthSubSession *client, AuthSubSession *server) in LoopProcess()
784 AuthSubSession *client = *clientPtr; in TestMemoryInner() local
827 AuthSubSession *client = nullptr; in TestMemoryException() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dzip_helper.cpp88 AppExecFwk::BundleMgrClient client; in GetApplicationNameById() local
100 AppExecFwk::BundleMgrClient client; in GetDfxBundleInfo() local
/base/request/request/services/src/service/
Dmod.rs16 pub(crate) mod client; module
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timesntp_fuzzer/
Dtimesntp_fuzzer.cpp50 SNTPClient client; in FuzzTimeCreateMessage() local
61 SNTPClient client; in FuzzTimeReceivedMessage() local
/base/sensors/sensor_lite/frameworks/src/
Dsensor_agent_proxy.c260 IClientProxy *client = (IClientProxy *)proxy; in RegisterSensorChannel() local
289 IClientProxy *client = (IClientProxy *)proxy; in UnregisterSensorChannel() local
325 IClientProxy *client = (IClientProxy *)proxy; in InitSensorList() local
366 IClientProxy *client = (IClientProxy *)proxy; in ActivateSensorByProxy() local
387 IClientProxy *client = (IClientProxy *)proxy; in DeactivateSensorByProxy() local
411 IClientProxy *client = (IClientProxy *)proxy; in SetBatchByProxy() local
496 IClientProxy *client = (IClientProxy *)proxy; in SetModeByProxy() local
518 IClientProxy *client = (IClientProxy *)proxy; in SetOptionByProxy() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_share_util.cpp89 AppExecFwk::BundleMgrClient client; in GetBundleNameById() local
101 AppExecFwk::BundleMgrClient client; in GetUidByBundleName() local
/base/startup/appspawn/modules/modulemgr/
Dappspawn_modulemgr.c197 …kExecute(AppSpawnHookStage stage, uint32_t flags, AppSpawnContent *content, AppSpawnClient *client) in AppSpawnHookExecute()
218 int AppSpawnExecuteClearEnvHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecuteClearEnvHook()
223 int AppSpawnExecuteSpawningHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecuteSpawningHook()
228 int AppSpawnExecutePostReplyHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecutePostReplyHook()
233 int AppSpawnExecutePreReplyHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecutePreReplyHook()
238 void AppSpawnEnvClear(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnEnvClear()
/base/hiviewdfx/hisysevent/frameworks/native/
Dmain.cpp25 auto client = make_unique<HiSysEventTool>(); in main() local
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_state_registry_client.h122 … explicit StateRegistryDeathRecipient(TelephonyStateRegistryClient &client) : client_(client) {} in StateRegistryDeathRecipient()
Dcore_service_client.h933 explicit CoreServiceDeathRecipient(CoreServiceClient &client) : client_(client) {} in CoreServiceDeathRecipient()
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
Dthermal_mgr_client.h51 explicit ThermalMgrDeathRecipient(ThermalMgrClient& client) : client_(client) {} in ThermalMgrDeathRecipient()

1234567