Home
last modified time | relevance | path

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

12345678910>>...12

/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_data_channel_proxy.cpp35 return SendRequest( in InsertText()
42 return SendRequest( in DeleteForward()
49 return SendRequest( in DeleteBackward()
56 return SendRequest( in GetTextBeforeCursor()
64 return SendRequest( in GetTextAfterCursor()
72 SendRequest( in SendKeyboardStatus()
79 return SendRequest( in SendFunctionKey()
86 return SendRequest( in MoveCursor()
93 return SendRequest( in GetEnterKeyType()
101 return SendRequest( in GetInputPattern()
[all …]
Dinput_method_system_ability_proxy.cpp34 return SendRequest( in PrepareInput()
43 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::START_INPUT), in StartInput()
53 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::SHOW_CURRENT_INPUT)); in ShowCurrentInput()
59 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::HIDE_CURRENT_INPUT)); in HideCurrentInput()
65 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::STOP_INPUT_SESSION)); in StopInputSession()
71 …return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::STOP_INPUT), [client](MessagePa… in StopInput()
78 …return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::RELEASE_INPUT), [client](Messag… in ReleaseInput()
86 …return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::DISPLAY_OPTIONAL_INPUT_METHOD)); in DisplayOptionalInputMethod()
92 return SendRequest( in SetCoreAndAgent()
102 …int32_t ret = SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::GET_CURRENT_INPUT_METHOD… in GetCurrentInputMethod()
[all …]
Dinput_client_proxy.cpp32 return SendRequest( in OnInputReady()
38 return SendRequest(ON_INPUT_STOP); in OnInputStop()
43 return SendRequest(ON_SWITCH_INPUT, in OnSwitchInput()
50 return SendRequest(ON_PANEL_STATUS_CHANGE, [&status, &windowInfo](MessageParcel &data) { in OnPanelStatusChange()
55 int32_t InputClientProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() function in OHOS::MiscServices::InputClientProxy
69 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()
91 void EnterpriseAdminProxy::SendRequest(uint32_t code, MessageParcel &data) in SendRequest() function in OHOS::EDM::EnterpriseAdminProxy
95 Remote()->SendRequest(code, data, reply, option); in SendRequest()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_core_proxy.cpp37 …return SendRequest(INIT_INPUT_CONTROL_CHANNEL, [&inputControlChannel, &imeId](MessageParcel &data)… in InitInputControlChannel()
46 …return SendRequest(SHOW_KEYBOARD, [&inputDataChannel, isShowKeyboard, attachFlag](MessageParcel &d… in ShowKeyboard()
53 SendRequest(STOP_INPUT_SERVICE, [&imeId](MessageParcel &data) { in StopInputService()
60 return SendRequest(HIDE_KEYBOARD); in HideKeyboard()
65 …return SendRequest(SET_SUBTYPE, [&property](MessageParcel &data) { return ITypesUtil::Marshal(data… in SetSubtype()
70 return SendRequest(CLEAR_DATA_CHANNEL, in ClearDataChannel()
74 int32_t InputMethodCoreProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() function in OHOS::MiscServices::InputMethodCoreProxy
88 auto ret = Remote()->SendRequest(code, data, reply, option); in SendRequest()
Dinput_method_agent_proxy.cpp33 int32_t ret = SendRequest( in DispatchKeyEvent()
41 auto ret = SendRequest(ON_CURSOR_UPDATE, [positionX, positionY, height](MessageParcel &data) { in OnCursorUpdate()
50 …auto ret = SendRequest(ON_SELECTION_CHANGE, [&text, oldBegin, oldEnd, newBegin, newEnd](MessagePar… in OnSelectionChange()
58 auto ret = SendRequest( in SetCallingWindow()
65 auto ret = SendRequest(ON_CONFIGURATION_CHANGE, [&config](MessageParcel &data) { in OnConfigurationChange()
72 int32_t InputMethodAgentProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() function in OHOS::MiscServices::InputMethodAgentProxy
91 auto ret = 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()
/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/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/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()
Dapp_account_authorization_extension_callback_proxy.cpp33 ErrCode AppAccountAuthorizationExtensionCallbackProxy::SendRequest( in SendRequest() function in OHOS::AccountSA::AppAccountAuthorizationExtensionCallbackProxy
43 return remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
70 …ErrCode result = SendRequest(AppAccountAuthorizationExtensionCallbackInterfaceCode::ON_RESULT, dat… in OnResult()
87 …ErrCode result = SendRequest(AppAccountAuthorizationExtensionCallbackInterfaceCode::ON_REQUEST_RED… in OnRequestRedirected()
/base/telephony/call_manager/frameworks/native/src/
Dcall_status_callback_proxy.cpp45 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALL_INFO), dataParcel, replyParcel, opt… in UpdateCallReportInfo()
71 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALLS_INFO), dataParcel, replyParcel, op… in UpdateCallsReportInfo()
98 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_DISCONNECTED_CAUSE), dataParcel, replyPa… in UpdateDisconnectedCause()
120 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_EVENT_RESULT_INFO), dataParcel, replyPar… in UpdateEventResultInfo()
140 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_RBT_PLAY_INFO), dataParcel, replyParcel,… in UpdateRBTPlayInfo()
162 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_GET_WAITING), dataParcel, replyParcel, o… in UpdateGetWaitingResult()
182 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_SET_WAITING), dataParcel, replyParcel, o… in UpdateSetWaitingResult()
204 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_GET_RESTRICTION), dataParcel, replyParce… in UpdateGetRestrictionResult()
224 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_SET_RESTRICTION), dataParcel, replyParce… in UpdateSetRestrictionResult()
244 …error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_SET_RESTRICTION_PWD), dataParcel, replyP… in UpdateSetRestrictionPasswordResult()
[all …]
Dbluetooth_call_proxy.cpp43 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in AnswerCall()
65 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in RejectCall()
87 int32_t error = Remote()->SendRequest( in HangUpCall()
110 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in GetCallState()
132 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in HoldCall()
154 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in UnHoldCall()
176 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in SwitchCall()
199 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in StartDtmf()
221 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in StopDtmf()
243 int32_t error = Remote()->SendRequest( in CombineConference()
[all …]
Dcall_manager_service_proxy.cpp43 … int32_t error = remote->SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel, option); in RegisterCallBack()
65 …int32_t error = remote->SendRequest(INTERFACE_UNREGISTER_CALLBACK, dataParcel, replyParcel, option… in UnRegisterCallBack()
97 int32_t error = remote->SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel, option); in DialCall()
121 int32_t error = remote->SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel, option); in AnswerCall()
146 int32_t error = remote->SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel, option); in RejectCall()
169 int32_t error = remote->SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel, option); in HangUpCall()
191 int32_t error = remote->SendRequest(INTERFACE_GET_CALL_STATE, dataParcel, replyParcel, option); in GetCallState()
214 int32_t error = remote->SendRequest(INTERFACE_HOLD_CALL, dataParcel, replyParcel, option); in HoldCall()
237 int32_t error = remote->SendRequest(INTERFACE_UNHOLD_CALL, dataParcel, replyParcel, option); in UnHoldCall()
260 int32_t error = remote->SendRequest(INTERFACE_SWAP_CALL, dataParcel, replyParcel, option); in SwitchCall()
[all …]
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_proxy/enterprise_device_mgr_proxy_test/
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/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()
62 auto ret = SendRequest(AccountMgrInterfaceCode::UPDATE_OHOS_ACCOUNT_INFO, data, reply); in UpdateOhosAccountInfo()
98 auto ret = SendRequest(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO, data, reply); in SetOhosAccountInfo()
137 auto ret = SendRequest(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in SetOhosAccountInfoByUserId()
158 auto ret = SendRequest(AccountMgrInterfaceCode::QUERY_OHOS_ACCOUNT_INFO, data, reply); in QueryOhosAccountInfo()
178 auto ret = SendRequest(AccountMgrInterfaceCode::GET_OHOS_ACCOUNT_INFO, data, reply); in GetOhosAccountInfo()
203 auto ret = SendRequest(AccountMgrInterfaceCode::GET_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in GetOhosAccountInfoByUserId()
227 … auto ret = SendRequest(AccountMgrInterfaceCode::QUERY_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in QueryOhosAccountInfoByUserId()
250 auto ret = SendRequest(AccountMgrInterfaceCode::QUERY_DEVICE_ACCOUNT_ID, data, reply); in QueryDeviceAccountId()
[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()
91 …Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::CREATE_TIMER), data, repl… in CreateTimer()
115 …return Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::START_TIMER), data… in StartTimer()
130 …return Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::STOP_TIMER), data,… in StopTimer()
145 return Remote()->SendRequest( in DestroyTimer()
166 …Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::SET_TIME_ZONE), data, rep… in SetTimeZone()
183 …Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::GET_TIME_ZONE), data, rep… in GetTimeZone()
200 int32_t result = Remote()->SendRequest( in GetWallTimeMs()
218 int32_t result = Remote()->SendRequest( in GetWallTimeNs()
236 int32_t result = Remote()->SendRequest( in GetBootTimeMs()
[all …]
/base/useriam/pin_auth/frameworks/ipc/src/
Dpin_auth_proxy.cpp49 bool ret = SendRequest(PinAuthInterfaceCode::REGISTER_INPUTER, data, reply); in RegisterInputer()
71 SendRequest(PinAuthInterfaceCode::UNREGISTER_INPUTER, data, reply); in UnRegisterInputer()
74 bool PinAuthProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply) in SendRequest() function in OHOS::UserIam::PinAuth::PinAuthProxy
83 int32_t result = remote->SendRequest(code, data, reply, option); in SendRequest()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_proxy.cpp82 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/account/os_account/services/accountmgr/src/bundle_manager_adapter/
Dbundle_user_manager_adapter_proxy.cpp40SendRequest(static_cast<int32_t>(AppExecFwk::BundleUserMgrInterfaceCode::CREATE_USER), data, reply… in CreateNewUser()
54SendRequest(static_cast<int32_t>(AppExecFwk::BundleUserMgrInterfaceCode::REMOVE_USER), data, reply… in RemoveUser()
57 bool BundleUserManagerAdapterProxy::SendRequest(const int32_t& code, MessageParcel& data, MessagePa… in SendRequest() function in OHOS::AccountSA::BundleUserManagerAdapterProxy
66 int32_t ret = remote->SendRequest(code, data, reply, option); in SendRequest()
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_service_proxy.cpp64 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_START_PRINT, data, reply… in StartPrint()
100 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_START_PRINT, data, reply… in StartPrint()
114 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_STOP_PRINT, data, reply,… in StopPrint()
127 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_CONNECTPRINTER, data, re… in ConnectPrinter()
140 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_DISCONNECTPRINTER, data,… in DisconnectPrinter()
152 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_QUERYALLEXTENSION, data,… in QueryAllExtension()
179 int32_t ret = Remote()->SendRequest( in StartDiscoverPrinter()
192 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_STOPDISCOVERPRINTER, dat… in StopDiscoverPrinter()
206 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_STARTPRINTJOB, data, rep… in StartPrintJob()
220 …int32_t ret = Remote()->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_CANCELPRINTJOB, data, re… in CancelPrintJob()
[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/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 return remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
57 … ErrCode result = SendRequest(DomainAccountInterfaceCode::DOMAIN_HAS_DOMAIN_ACCOUNT, data, reply); in HasDomainAccount()
81 ErrCode result = SendRequest(DomainAccountInterfaceCode::REGISTER_PLUGIN, data, reply); in RegisterPlugin()
100 ErrCode result = SendRequest(DomainAccountInterfaceCode::UNREGISTER_PLUGIN, data, reply); in UnregisterPlugin()
124 …ErrCode result = SendRequest(DomainAccountInterfaceCode::DOMAIN_ACCOUNT_STATUS_ENQUIRY, data, repl… in GetAccountStatus()
164SendRequest(DomainAccountInterfaceCode::DOMAIN_ACCOUNT_STATUS_LISTENER_REGISTER_BY_INFO, data, rep… in RegisterAccountStatusListener()
188 …ErrCode result = SendRequest(DomainAccountInterfaceCode::DOMAIN_ACCOUNT_STATUS_LISTENER_REGISTER, … in RegisterAccountStatusListener()
213 …ErrCode result = SendRequest(DomainAccountInterfaceCode::DOMAIN_ACCOUNT_STATUS_LISTENER_UNREGISTER… in UnregisterAccountStatusListener()
244SendRequest(DomainAccountInterfaceCode::DOMAIN_ACCOUNT_STATUS_LISTENER_UNREGISTER_BY_INFO, data, r… in UnregisterAccountStatusListener()
[all …]

12345678910>>...12