Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/base/telephony/call_manager/frameworks/native/src/
Dbluetooth_call_proxy.cpp32 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_ANSWER_CALL); in AnswerCall()
37 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_REJECT_CALL); in RejectCall()
42 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_DISCONNECT_CALL); in HangUpCall()
47 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_GET_CALL_STATE); in GetCallState()
52 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_HOLD_CALL); in HoldCall()
57 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_UNHOLD_CALL); in UnHoldCall()
62 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_SWAP_CALL); in SwitchCall()
74 …int32_t error = SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_START_DTMF, dataParcel, reply… in StartDtmf()
84 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_STOP_DTMF); in StopDtmf()
89 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_COMBINE_CONFERENCE); in CombineConference()
[all …]
Dcall_manager_service_proxy.cpp37 int32_t error = SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel); in RegisterCallBack()
47 return SendRequest(INTERFACE_UNREGISTER_CALLBACK); in UnRegisterCallBack()
52 int32_t error = SendRequest(INTERFACE_OBSERVER_ON_CALL_DETAILS_CHANGE); in ObserverOnCallDetailsChange()
78 int32_t error = SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel); in DialCall()
96 int32_t error = SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel); in AnswerCall()
115 int32_t error = SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel); in RejectCall()
132 int32_t error = SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel); in HangUpCall()
142 return SendRequest(INTERFACE_GET_CALL_STATE); in GetCallState()
154 int32_t error = SendRequest(INTERFACE_HOLD_CALL, dataParcel, replyParcel); in HoldCall()
164 int32_t error = SendRequest(INTERFACE_VOIP_REGISTER_CALLBACK); in RegisterVoipCallManagerCallback()
[all …]
Dcall_status_callback_proxy.cpp60 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALL_INFO), dataParcel, replyParcel, opt… in UpdateCallReportInfo()
102 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALLS_INFO), dataParcel, replyParcel, op… in UpdateCallsReportInfo()
129 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_DISCONNECTED_CAUSE), dataParcel, replyPa… in UpdateDisconnectedCause()
151 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_EVENT_RESULT_INFO), dataParcel, replyPar… in UpdateEventResultInfo()
171 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_RBT_PLAY_INFO), dataParcel, replyParcel,… in UpdateRBTPlayInfo()
193 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_GET_WAITING), dataParcel, replyParcel, o… in UpdateGetWaitingResult()
213 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_SET_WAITING), dataParcel, replyParcel, o… in UpdateSetWaitingResult()
235 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_GET_RESTRICTION), dataParcel, replyParce… in UpdateGetRestrictionResult()
255 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_SET_RESTRICTION), dataParcel, replyParce… in UpdateSetRestrictionResult()
275 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_SET_RESTRICTION_PWD), dataParcel, replyP… in UpdateSetRestrictionPasswordResult()
[all …]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp35 return SendRequest( in StartInput()
49 return SendRequest( in ConnectSystemCmd()
57 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::SHOW_CURRENT_INPUT)); in ShowCurrentInput()
62 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::HIDE_CURRENT_INPUT)); in HideCurrentInput()
67 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::STOP_INPUT_SESSION)); in StopInputSession()
72 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::SHOW_INPUT), in ShowInput()
78 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::HIDE_INPUT), in HideInput()
84 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::RELEASE_INPUT), in ReleaseInput()
90 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::REQUEST_SHOW_INPUT)); in RequestShowInput()
95 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::REQUEST_HIDE_INPUT)); in RequestHideInput()
[all …]
Dinput_data_channel_proxy.cpp33 …return SendRequest(INSERT_TEXT, [&text](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel… in InsertText()
38 …return SendRequest(DELETE_FORWARD, [length](MessageParcel &parcel) { return ITypesUtil::Marshal(pa… in DeleteForward()
43 return SendRequest( in DeleteBackward()
49 return SendRequest( in GetTextBeforeCursor()
56 return SendRequest( in GetTextAfterCursor()
63 SendRequest(SEND_KEYBOARD_STATUS, in SendKeyboardStatus()
69SendRequest(NOTIFY_PANEL_STATUS_INFO, [&info](MessageParcel &parcel) { return ITypesUtil::Marshal(… in NotifyPanelStatusInfo()
74 return SendRequest( in SendFunctionKey()
80 …return SendRequest(MOVE_CURSOR, [keyCode](MessageParcel &parcel) { return ITypesUtil::Marshal(parc… in MoveCursor()
85 return SendRequest(GET_ENTER_KEY_TYPE, nullptr, in GetEnterKeyType()
[all …]
Dinput_client_proxy.cpp32 …return SendRequest(ON_INPUT_READY, [agent](MessageParcel &data) { return ITypesUtil::Marshal(data,… in OnInputReady()
37 return SendRequest(ON_INPUT_STOP); in OnInputStop()
42 return SendRequest(ON_SWITCH_INPUT, in OnSwitchInput()
48 return SendRequest(ON_PANEL_STATUS_CHANGE, [&status, &info](MessageParcel &data) { in OnPanelStatusChange()
55 SendRequest(DEACTIVATE_CLIENT, nullptr, nullptr, MessageOption::TF_ASYNC); in DeactivateClient()
58 int32_t InputClientProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, MessageO… in SendRequest() function in OHOS::MiscServices::InputClientProxy
76 auto ret = remote->SendRequest(code, data, reply, option); in SendRequest()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_core_proxy.cpp36 return SendRequest(INIT_INPUT_CONTROL_CHANNEL, [&inputControlChannel](MessageParcel &data) { in InitInputControlChannel()
44 return SendRequest(START_INPUT, [&clientInfo, isBindFromClient](MessageParcel &data) { in StartInput()
51 return SendRequest(SECURITY_CHANGE, [security](MessageParcel& data) { in OnSecurityChange()
58 return SendRequest( in OnConnectSystemCmd()
65 SendRequest(STOP_INPUT_SERVICE, in StopInputService()
71 return SendRequest(SHOW_KEYBOARD); in ShowKeyboard()
76 return SendRequest(HIDE_KEYBOARD); in HideKeyboard()
81 …return SendRequest(SET_SUBTYPE, [&property](MessageParcel &data) { return ITypesUtil::Marshal(data… in SetSubtype()
86 …return SendRequest(STOP_INPUT, [&channel](MessageParcel &data) { return ITypesUtil::Marshal(data, … in StopInput()
92 SendRequest( in IsEnable()
[all …]
Dinput_method_agent_proxy.cpp34 int32_t ret = SendRequest( in DispatchKeyEvent()
45 auto ret = SendRequest(ON_CURSOR_UPDATE, [positionX, positionY, height](MessageParcel &data) { in OnCursorUpdate()
54 …auto ret = SendRequest(ON_SELECTION_CHANGE, [&text, oldBegin, oldEnd, newBegin, newEnd](MessagePar… in OnSelectionChange()
62 auto ret = SendRequest( in SetCallingWindow()
69 auto ret = SendRequest(ON_CONFIGURATION_CHANGE, [&config](MessageParcel &data) { in OnConfigurationChange()
80 int32_t ret = SendRequest( in SendPrivateCommand()
87 int32_t InputMethodAgentProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() function in OHOS::MiscServices::InputMethodAgentProxy
106 auto ret = remote->SendRequest(code, data, reply, option); in SendRequest()
/base/customization/enterprise_device_management/services/edm/src/connection/
Denterprise_admin_proxy.cpp29 SendRequest(COMMAND_ON_ADMIN_ENABLED, data); in OnAdminEnabled()
40 SendRequest(COMMAND_ON_ADMIN_DISABLED, data); in OnAdminDisabled()
52 SendRequest(COMMAND_ON_BUNDLE_ADDED, data); in OnBundleAdded()
64 SendRequest(COMMAND_ON_BUNDLE_REMOVED, data); in OnBundleRemoved()
76 SendRequest(COMMAND_ON_APP_START, data); in OnAppStart()
88 SendRequest(COMMAND_ON_APP_STOP, data); in OnAppStop()
102 SendRequest(COMMAND_ON_SYSTEM_UPDATE, data); in OnSystemUpdate()
105 void EnterpriseAdminProxy::SendRequest(uint32_t code, MessageParcel &data) in SendRequest() function in OHOS::EDM::EnterpriseAdminProxy
109 Remote()->SendRequest(code, data, reply, option); in SendRequest()
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
Duser_auth_callback_proxy.cpp48 bool ret = SendRequest(UserAuthInterfaceCode::USER_AUTH_ON_RESULT, data, reply); in OnResult()
79 bool ret = SendRequest(UserAuthInterfaceCode::USER_AUTH_ACQUIRE_INFO, data, reply); in OnAcquireInfo()
85 bool UserAuthCallbackProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply) in SendRequest() function in OHOS::UserIam::UserAuth::UserAuthCallbackProxy
94 int32_t result = remote->SendRequest(code, data, reply, option); in SendRequest()
124 bool ret = SendRequest(UserAuthInterfaceCode::USER_AUTH_GET_EX_PROP, data, reply); in OnGetExecutorPropertyResult()
130 bool GetExecutorPropertyCallbackProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParce… in SendRequest() function in OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackProxy
139 int32_t result = remote->SendRequest(code, data, reply, option); in SendRequest()
164 bool ret = SendRequest(UserAuthInterfaceCode::USER_AUTH_SET_EX_PROP, data, reply); in OnSetExecutorPropertyResult()
170 bool SetExecutorPropertyCallbackProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParce… in SendRequest() function in OHOS::UserIam::UserAuth::SetExecutorPropertyCallbackProxy
179 int32_t result = remote->SendRequest(code, data, reply, option); in SendRequest()
Duser_idm_callback_proxy.cpp48 bool ret = SendRequest(IdmCallbackInterfaceCode::IDM_CALLBACK_ON_RESULT, data, reply); in OnResult()
79 bool ret = SendRequest(IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO, data, reply); in OnAcquireInfo()
85 bool IdmCallbackProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply) in SendRequest() function in OHOS::UserIam::UserAuth::IdmCallbackProxy
94 int32_t result = remote->SendRequest(code, data, reply, option); in SendRequest()
138 bool ret = SendRequest(IdmGetCredInfoCallbackInterfaceCode::ON_GET_INFO, data, reply); in OnCredentialInfos()
144 bool IdmGetCredentialInfoProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in SendRequest() function in OHOS::UserIam::UserAuth::IdmGetCredentialInfoProxy
153 int32_t result = remote->SendRequest(code, data, reply, option); in SendRequest()
205 bool ret = SendRequest(IdmGetSecureUserInfoCallbackInterfaceCode::ON_GET_SEC_INFO, data, reply); in OnSecureUserInfo()
211 bool IdmGetSecureUserInfoProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in SendRequest() function in OHOS::UserIam::UserAuth::IdmGetSecureUserInfoProxy
220 int32_t result = remote->SendRequest(code, data, reply, option); in SendRequest()
Duser_idm_proxy.cpp45 bool ret = SendRequest(UserIdmInterfaceCode::USER_IDM_OPEN_SESSION, data, reply); in OpenSession()
70 SendRequest(UserIdmInterfaceCode::USER_IDM_CLOSE_SESSION, data, reply); in CloseSession()
100 bool ret = SendRequest(UserIdmInterfaceCode::USER_IDM_GET_CRED_INFO, data, reply); in GetCredentialInfo()
133 bool ret = SendRequest(UserIdmInterfaceCode::USER_IDM_GET_SEC_INFO, data, reply); in GetSecInfo()
181 SendRequest(UserIdmInterfaceCode::USER_IDM_ADD_CREDENTIAL, data, reply); in AddCredential()
219 bool ret = SendRequest(UserIdmInterfaceCode::USER_IDM_UPDATE_CREDENTIAL, data, reply); in UpdateCredential()
240 bool ret = SendRequest(UserIdmInterfaceCode::USER_IDM_CANCEL, data, reply); in Cancel()
273 bool ret = SendRequest(UserIdmInterfaceCode::USER_IDM_ENFORCE_DEL_USER, data, reply); in EnforceDelUser()
313 SendRequest(UserIdmInterfaceCode::USER_IDM_DEL_USER, data, reply); in DelUser()
347 SendRequest(UserIdmInterfaceCode::USER_IDM_DEL_CRED, data, reply); in DelCredential()
[all …]
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_proxy.cpp54 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_DIAL), in, out,… in Dial()
86 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_HANG_UP), in, o… in HangUp()
122 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_REJECT_WITH_REA… in RejectWithReason()
155 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_ANSWER), in, ou… in Answer()
172 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_HOLD)); in HoldCall()
182 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_UN_HOLD)); in UnHoldCall()
192 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_SWITCH)); in SwitchCall()
202 …return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_COMBINE_CONFERENCE)); in CombineConference()
216 …return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_INVITE_TO_CONFERENCE… in InviteToConference()
230 …return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_KICK_OUT_CONFERENCE)… in KickOutFromConference()
[all …]
/base/account/os_account/frameworks/domain_account/src/
Ddomain_account_proxy.cpp29 ErrCode DomainAccountProxy::SendRequest(DomainAccountInterfaceCode code, MessageParcel &data, Messa… in SendRequest() function in OHOS::AccountSA::DomainAccountProxy
37 ErrCode result = remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
66 return SendRequest(DomainAccountInterfaceCode::DOMAIN_HAS_DOMAIN_ACCOUNT, data, reply); in HasDomainAccount()
81 return SendRequest(DomainAccountInterfaceCode::REGISTER_PLUGIN, data, reply); in RegisterPlugin()
92 return SendRequest(DomainAccountInterfaceCode::UNREGISTER_PLUGIN, data, reply); in UnregisterPlugin()
108 …ErrCode result = SendRequest(DomainAccountInterfaceCode::DOMAIN_ACCOUNT_STATUS_ENQUIRY, data, repl… in GetAccountStatus()
134 …return SendRequest(DomainAccountInterfaceCode::DOMAIN_ACCOUNT_STATUS_LISTENER_REGISTER, data, repl… in RegisterAccountStatusListener()
150 …return SendRequest(DomainAccountInterfaceCode::DOMAIN_ACCOUNT_STATUS_LISTENER_UNREGISTER, data, re… in UnregisterAccountStatusListener()
182 return SendRequest(DomainAccountInterfaceCode::DOMAIN_AUTH, data, reply); in Auth()
206 return SendRequest(DomainAccountInterfaceCode::DOMAIN_AUTH_USER, data, reply); in AuthUser()
[all …]
/base/print/print_fwk/test/unittest/service_test/
Dprint_extension_callback_proxy_test.cpp57 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
58 ON_CALL(*obj, SendRequest)
80 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
81 ON_CALL(*obj, SendRequest)
106 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
107 ON_CALL(*obj, SendRequest)
132 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
133 ON_CALL(*obj, SendRequest)
160 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
161 ON_CALL(*obj, SendRequest)
[all …]
Dprint_callback_proxy_test.cpp62 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
63 ON_CALL(*obj, SendRequest)
86 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
87 ON_CALL(*obj, SendRequest)
129 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
130 ON_CALL(*obj, SendRequest)
160 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
161 ON_CALL(*obj, SendRequest)
191 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
192 ON_CALL(*obj, SendRequest)
[all …]
/base/msdp/device_status/services/communication/client/src/
Ddevicestatus_srv_proxy.cpp59 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::DEVICESTATUS_SUBSCRIB… in Subscribe()
86 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::DEVICESTATUS_UNSUBSCR… in Unsubscribe()
113 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::DEVICESTATUS_GETCACHE… in GetCache()
144 … ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::REGISTER_COOPERATE_MONITOR), in RegisterCoordinationListener()
147 …ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::REGISTER_COORDINATION_MONITOR… in RegisterCoordinationListener()
170 …ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::UNREGISTER_COOPERATE_MONITOR), in UnregisterCoordinationListener()
173 …ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::UNREGISTER_COORDINATION_MONIT… in UnregisterCoordinationListener()
197 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::PREPARE_COOPERATE), in PrepareCoordination()
200 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::PREPARE_COORDINATION), in PrepareCoordination()
224 ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::UNPREPARE_COOPERATE), in UnprepareCoordination()
[all …]
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_authenticator_callback_proxy.cpp48 SendRequest(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_RESULT, data, reply); in OnResult()
65SendRequest(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_REQUEST_REDIRECTED, data, reply); in OnRequestRedirected()
77SendRequest(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_REQUEST_CONTINUED, data, reply); in OnRequestContinued()
80 ErrCode AppAccountAuthenticatorCallbackProxy::SendRequest( in SendRequest() function in OHOS::AccountSA::AppAccountAuthenticatorCallbackProxy
89 int32_t result = remoteCallback->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
/base/account/os_account/frameworks/ohosaccount/native/src/
Daccount_proxy.cpp25 ErrCode AccountProxy::SendRequest(AccountMgrInterfaceCode code, MessageParcel &data, MessageParcel … in SendRequest() function in OHOS::AccountSA::AccountProxy
33 int32_t result = remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
61 auto ret = SendRequest(AccountMgrInterfaceCode::UPDATE_OHOS_ACCOUNT_INFO, data, reply); in UpdateOhosAccountInfo()
97 auto ret = SendRequest(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO, data, reply); in SetOhosAccountInfo()
136 auto ret = SendRequest(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in SetOhosAccountInfoByUserId()
157 auto ret = SendRequest(AccountMgrInterfaceCode::QUERY_OHOS_ACCOUNT_INFO, data, reply); in QueryOhosAccountInfo()
177 auto ret = SendRequest(AccountMgrInterfaceCode::GET_OHOS_ACCOUNT_INFO, data, reply); in GetOhosAccountInfo()
202 auto ret = SendRequest(AccountMgrInterfaceCode::GET_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in GetOhosAccountInfoByUserId()
226 … auto ret = SendRequest(AccountMgrInterfaceCode::QUERY_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in QueryOhosAccountInfoByUserId()
249 auto ret = SendRequest(AccountMgrInterfaceCode::QUERY_DEVICE_ACCOUNT_ID, data, reply); in QueryDeviceAccountId()
[all …]
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
Denterprise_device_mgr_proxy_test.cpp87 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
105 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
123 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
141 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
158 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
177 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
195 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
210 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
226 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
240 EXPECT_CALL(*object_, SendRequest(_, _, _, _))
[all …]
/base/global/i18n/services/src/
Di18n_service_ability_proxy.cpp37 … Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_LANGUAGE), data, in SetSystemLanguage()
49 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_REGION), data, in SetSystemRegion()
61 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_LOCALE), data, in SetSystemLocale()
73 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_24_HOUR_CLOCK), data, in Set24HourClock()
85 …Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_USING_LOCAL_DIGIT), data, in SetUsingLocalDigit()
98 …Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::ADD_PREFERRED_LANGUAGE), dat… in AddPreferredLanguage()
110 … Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::REMOVE_PREFERRED_LANGUAGE), in RemovePreferredLanguage()
121 …Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::VERIFY_LIBPHONENUMBER_UPDATE… in VerifyLibphonenumberUpdate()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_proxy.cpp83 bool ret = SendRequest(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT, data, reply); in PublishCommonEvent()
148 bool ret = SendRequest(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT2, data, reply); in PublishCommonEvent()
192 bool ret = SendRequest(CommonEventInterfaceCode::CES_SUBSCRIBE_COMMON_EVENT, data, reply); in SubscribeCommonEvent()
231 bool ret = SendRequest(CommonEventInterfaceCode::CES_UNSUBSCRIBE_COMMON_EVENT, data, reply); in UnsubscribeCommonEvent()
258 bool ret = SendRequest(CommonEventInterfaceCode::CES_GET_STICKY_COMMON_EVENT, data, reply); in GetStickyCommonEvent()
299 bool ret = SendRequest(CommonEventInterfaceCode::CES_DUMP_STATE, data, reply); in DumpState()
356 bool ret = SendRequest(CommonEventInterfaceCode::CES_FINISH_RECEIVER, data, reply); in FinishReceiver()
382 bool ret = SendRequest(CommonEventInterfaceCode::CES_FREEZE, data, reply); in Freeze()
408 bool ret = SendRequest(CommonEventInterfaceCode::CES_UNFREEZE, data, reply); in Unfreeze()
429 bool ret = SendRequest(CommonEventInterfaceCode::CES_UNFREEZE_ALL, data, reply); in UnfreezeAll()
[all …]
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_service_proxy_test.cpp82 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
83 ON_CALL(*obj, SendRequest)
122 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
123 ON_CALL(*obj, SendRequest)
151 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
152 ON_CALL(*obj, SendRequest)
180 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
181 ON_CALL(*obj, SendRequest)
209 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1);
210 ON_CALL(*obj, SendRequest)
[all …]
/base/time/time_service/services/ipc/proxy/
Dtime_service_proxy.cpp47 …Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::SET_TIME), data, reply, o… in SetTime()
95 …Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::CREATE_TIMER), data, repl… in CreateTimer()
119 …return Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::START_TIMER), data… in StartTimer()
134 …return Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::STOP_TIMER), data,… in StopTimer()
149 return Remote()->SendRequest( in DestroyTimer()
170 …Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::SET_TIME_ZONE), data, rep… in SetTimeZone()
187 …Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::GET_TIME_ZONE), data, rep… in GetTimeZone()
204 int32_t result = Remote()->SendRequest( in GetWallTimeMs()
222 int32_t result = Remote()->SendRequest( in GetWallTimeNs()
240 int32_t result = Remote()->SendRequest( in GetBootTimeMs()
[all …]
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp42 … int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SEND_LOCATION_REQUEST), in SendLocationRequest()
63 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SET_ENABLE), data, repl… in SetEnable()
80 …Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REFRESH_REQUESTS), data, reply, opt… in RefrashRequirements()
98 …Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_GNSS_STATUS), data, reply, opti… in RegisterGnssStatusCallback()
116 …Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_GNSS_STATUS), data, reply, op… in UnregisterGnssStatusCallback()
133 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_NMEA), data, reply,… in RegisterNmeaMessageCallback()
148 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_NMEA), data, repl… in UnregisterNmeaMessageCallback()
168 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_CACHED), data, repl… in RegisterCachedCallback()
186 …Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_CACHED), data, reply, option); in UnregisterCachedCallback()
210 …remote->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::GET_CACHED_SIZE), data, reply, option… in GetCachedGnssLocationsSize()
[all …]

12345678910>>...14