Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 - 25 of 383) sorted by relevance

12345678910>>...16

/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp33 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_ANSWER_CALL); in AnswerCall()
38 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_REJECT_CALL); in RejectCall()
43 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_DISCONNECT_CALL); in HangUpCall()
48 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_GET_CALL_STATE); in GetCallState()
53 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_HOLD_CALL); in HoldCall()
58 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_UNHOLD_CALL); in UnHoldCall()
63 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_SWAP_CALL); in SwitchCall()
75 int32_t error = SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_START_DTMF, dataParcel, replyParcel); in StartDtmf()
85 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_STOP_DTMF); in StopDtmf()
90 return SendRequest(BluetoothCallInterfaceCod in CombineConference()
132 int32_t BluetoothCallProxy::SendRequest(BluetoothCallInterfaceCode code) SendRequest() function in OHOS::Telephony::BluetoothCallProxy
148 int32_t BluetoothCallProxy::SendRequest( SendRequest() function in OHOS::Telephony::BluetoothCallProxy
[all...]
H A Dcall_manager_service_proxy.cpp38 int32_t error = SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel); in RegisterCallBack()
48 return SendRequest(INTERFACE_UNREGISTER_CALLBACK); in UnRegisterCallBack()
53 int32_t error = SendRequest(INTERFACE_OBSERVER_ON_CALL_DETAILS_CHANGE); in ObserverOnCallDetailsChange()
80 int32_t error = SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel); in DialCall()
101 int32_t error = SendRequest(INTERFACE_MAKE_CALL, dataParcel, replyParcel); in MakeCall()
119 int32_t error = SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel); in AnswerCall()
138 int32_t error = SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel); in RejectCall()
155 int32_t error = SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel); in HangUpCall()
165 return SendRequest(INTERFACE_GET_CALL_STATE); in GetCallState()
177 int32_t error = SendRequest(INTERFACE_HOLD_CAL in HoldCall()
1312 int32_t CallManagerServiceProxy::SendRequest(CallManagerInterfaceCode code) SendRequest() function in OHOS::Telephony::CallManagerServiceProxy
1328 int32_t CallManagerServiceProxy::SendRequest( SendRequest() function in OHOS::Telephony::CallManagerServiceProxy
[all...]
H A Dcall_status_callback_proxy.cpp64 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALL_INFO), dataParcel, replyParcel, option); in UpdateCallReportInfo()
110 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALLS_INFO), dataParcel, replyParcel, option); in UpdateCallsReportInfo()
137 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_DISCONNECTED_CAUSE), dataParcel, replyParcel, option); in UpdateDisconnectedCause()
159 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_EVENT_RESULT_INFO), dataParcel, replyParcel, option); in UpdateEventResultInfo()
179 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_RBT_PLAY_INFO), dataParcel, replyParcel, option); in UpdateRBTPlayInfo()
201 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_GET_WAITING), dataParcel, replyParcel, option); in UpdateGetWaitingResult()
221 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_SET_WAITING), dataParcel, replyParcel, option); in UpdateSetWaitingResult()
243 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_GET_RESTRICTION), dataParcel, replyParcel, option); in UpdateGetRestrictionResult()
263 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_SET_RESTRICTION), dataParcel, replyParcel, option); in UpdateSetRestrictionResult()
283 error = Remote()->SendRequest(static_cas in UpdateSetRestrictionPasswordResult()
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_proxy.cpp33 return SendRequest(INSERT_TEXT, [&text](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, text); }); in InsertText()
38 return SendRequest(DELETE_FORWARD, [length](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, length); }); in DeleteForward()
43 return SendRequest(DELETE_BACKWARD, in DeleteBackward()
49 return SendRequest(
56 return SendRequest(
63 SendRequest(SEND_KEYBOARD_STATUS,
69 SendRequest(NOTIFY_PANEL_STATUS_INFO, [&info](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, info); });
74 return SendRequest(SEND_FUNCTION_KEY,
80 return SendRequest(MOVE_CURSOR, [keyCode](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, keyCode); });
85 return SendRequest(GET_ENTER_KEY_TYP
[all...]
H A 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),
84 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::RELEASE_INPUT),
90 return SendRequest(static_cast<uint32_t>(InputMethodInterfaceCode::REQUEST_SHOW_INPUT));
95 return SendRequest(static_cas
[all...]
H A Dinput_client_proxy.cpp32 return SendRequest(ON_INPUT_READY, [agent](MessageParcel &data) { return ITypesUtil::Marshal(data, agent); }); in OnInputReady()
37 return SendRequest(ON_INPUT_STOP, in OnInputStop()
43 return SendRequest(ON_SWITCH_INPUT, in OnSwitchInput()
49 return SendRequest(ON_PANEL_STATUS_CHANGE, [&status, &info](MessageParcel &data) {
56 SendRequest(DEACTIVATE_CLIENT, nullptr, nullptr, MessageOption::TF_ASYNC);
59 int32_t InputClientProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, MessageOption option)
77 auto ret = remote->SendRequest(code, data, reply, option);
H A Dsystem_cmd_channel_proxy.cpp33 return SendRequest(SEND_PRIVATE_COMMAND, in SendPrivateCommand()
39 return SendRequest( in NotifyPanelStatus()
45 int32_t SystemCmdChannelProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() function in SystemCmdChannelProxy
64 auto ret = remote->SendRequest(code, data, reply, option); in SendRequest()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A 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, in OnSecurityChange()
57 return SendRequest(ON_SET_INPUT_TYPE,
64 return SendRequest(
71 return SendRequest(STOP_INPUT_SERVICE,
77 return SendRequest(SHOW_KEYBOARD);
82 return SendRequest(HIDE_KEYBOARD, [isForce](MessageParcel &data) { return ITypesUtil::Marshal(data, isForce); });
87 return SendRequest(SET_SUBTYPE, [&property](MessageParcel &data) { return ITypesUtil::Marshal(data, property); });
92 return SendRequest(STOP_INPU
[all...]
H A 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](MessageParcel &data) { in OnSelectionChange()
62 auto ret = SendRequest(SET_CALLING_WINDOW_ID, in SetCallingWindow()
69 auto ret = SendRequest(ON_ATTRIBUTE_CHANGE, in OnAttributeChange()
78 int32_t ret = SendRequest( in SendPrivateCommand()
85 int32_t InputMethodAgentProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() function in OHOS::MiscServices::InputMethodAgentProxy
104 auto ret = remote->SendRequest(code, data, reply, option); in SendRequest()
/base/customization/enterprise_device_management/services/edm/src/connection/
H A Denterprise_admin_proxy.cpp29 SendRequest(COMMAND_ON_ADMIN_ENABLED, data); in OnAdminEnabled()
40 SendRequest(COMMAND_ON_ADMIN_DISABLED, data); in OnAdminDisabled()
53 SendRequest(COMMAND_ON_BUNDLE_ADDED, data); in OnBundleAdded()
66 SendRequest(COMMAND_ON_BUNDLE_REMOVED, data); in OnBundleRemoved()
78 SendRequest(COMMAND_ON_APP_START, data); in OnAppStart()
90 SendRequest(COMMAND_ON_APP_STOP, data); in OnAppStop()
104 SendRequest(COMMAND_ON_SYSTEM_UPDATE, data); in OnSystemUpdate()
107 void EnterpriseAdminProxy::SendRequest(uint32_t code, MessageParcel &data) in SendRequest() function in OHOS::EDM::EnterpriseAdminProxy
111 Remote()->SendRequest(code, data, reply, option); in SendRequest()
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A 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, MessageParcel &reply) 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, MessageParcel &reply) in SendRequest() function in OHOS::UserIam::UserAuth::SetExecutorPropertyCallbackProxy
179 int32_t result = remote->SendRequest(cod in SendRequest()
[all...]
H A 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 &reply) 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 &reply) in SendRequest() function in OHOS::UserIam::UserAuth::IdmGetSecureUserInfoProxy
220 int32_t result = remote->SendRequest(cod in SendRequest()
[all...]
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_proxy.cpp54 int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_DIAL), in, out, option); in Dial()
58 TELEPHONY_LOGE("[slot%{public}d]SendRequest fail, error:%{public}d", callInfo.slotId, error); in Dial()
86 int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_HANG_UP), in, out, option); in HangUp()
90 TELEPHONY_LOGE("[slot%{public}d]SendRequest fail, error:%{public}d", callInfo.slotId, error); in HangUp()
122 int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_REJECT_WITH_REASON), in, in RejectWithReason()
127 TELEPHONY_LOGE("[slot%{public}d]SendRequest fail, error:%{public}d", callInfo.slotId, error); in RejectWithReason()
155 int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCallInterfaceCode::IMS_ANSWER), in, out, option); in Answer()
159 TELEPHONY_LOGE("[slot%{public}d]SendRequest fail, error:%{public}d", callInfo.slotId, error); in Answer()
172 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_HOLD)); in HoldCall()
182 return SendRequest(slotI in UnHoldCall()
1042 int32_t ImsCallProxy::SendRequest(MessageParcel &in, int32_t eventId) SendRequest() function in OHOS::Telephony::ImsCallProxy
1060 int32_t ImsCallProxy::SendRequest(int32_t slotId, MessageParcel &in, int32_t eventId) SendRequest() function in OHOS::Telephony::ImsCallProxy
[all...]
/base/account/os_account/frameworks/ohosaccount/native/src/
H A Daccount_proxy.cpp41 ErrCode AccountProxy::SendRequest(AccountMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply) in SendRequest() function in OHOS::AccountSA::AccountProxy
49 int32_t result = remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
77 auto ret = SendRequest(AccountMgrInterfaceCode::UPDATE_OHOS_ACCOUNT_INFO, data, reply); in UpdateOhosAccountInfo()
112 auto ret = SendRequest(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO, data, reply); in SetOhosAccountInfo()
151 auto ret = SendRequest(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in SetOhosAccountInfoByUserId()
172 auto ret = SendRequest(AccountMgrInterfaceCode::QUERY_OHOS_ACCOUNT_INFO, data, reply); in QueryOhosAccountInfo()
198 auto ret = SendRequest(AccountMgrInterfaceCode::GET_OHOS_ACCOUNT_INFO, data, reply); in GetOhosAccountInfo()
222 auto ret = SendRequest(AccountMgrInterfaceCode::GET_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in GetOhosAccountInfoByUserId()
247 auto ret = SendRequest(AccountMgrInterfaceCode::QUERY_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in QueryOhosAccountInfoByUserId()
273 auto ret = SendRequest(AccountMgrInterfaceCod in QueryDeviceAccountId()
[all...]
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_extension_callback_proxy_test.cpp57 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
58 ON_CALL(*obj, SendRequest) in HWTEST_F()
80 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
81 ON_CALL(*obj, SendRequest) in HWTEST_F()
106 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
107 ON_CALL(*obj, SendRequest) in HWTEST_F()
132 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
133 ON_CALL(*obj, SendRequest) in HWTEST_F()
160 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
161 ON_CALL(*obj, SendRequest) in HWTEST_F()
[all...]
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_service_proxy_test.cpp82 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
83 ON_CALL(*obj, SendRequest) in HWTEST_F()
122 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
123 ON_CALL(*obj, SendRequest) in HWTEST_F()
151 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
152 ON_CALL(*obj, SendRequest) in HWTEST_F()
180 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
181 ON_CALL(*obj, SendRequest) in HWTEST_F()
209 EXPECT_CALL(*obj, SendRequest(_, _, _, _)).Times(1); in HWTEST_F()
210 ON_CALL(*obj, SendRequest) in HWTEST_F()
[all...]
/base/global/i18n/services/src/
H A 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), data, in AddPreferredLanguage()
110 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::REMOVE_PREFERRED_LANGUAGE), in RemovePreferredLanguage()
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp49 int32_t ret = remote->SendRequest(CMD_INIT_SCAN, data, reply, option); in InitScan()
69 int32_t ret = remote->SendRequest(CMD_EXIT_SCAN, data, reply, option); in ExitScan()
88 int32_t ret = remote->SendRequest(CMD_GET_SCANNER_LIST, data, reply, option); in GetScannerList()
108 int32_t ret = remote->SendRequest(CMD_STOP_DISCOVER, data, reply, option); in StopDiscover()
129 int32_t ret = remote->SendRequest(CMD_OPEN_SCANNER, data, reply, option); in OpenScanner()
149 int32_t ret = remote->SendRequest(CMD_CLOSE_SCANNER, data, reply, option); in CloseScanner()
171 int32_t ret = remote->SendRequest(CMD_GET_SCAN_OPTION_DESC, data, reply, option); in GetScanOptionDesc()
197 int32_t ret = remote->SendRequest(CMD_OP_SCAN_OPTION_VALUE, data, reply, option); in OpScanOptionValue()
222 int32_t ret = remote->SendRequest(CMD_GET_SCAN_PARAMETERS, data, reply, option); in GetScanParameters()
245 int32_t ret = remote->SendRequest(CMD_START_SCA in StartScan()
[all...]
/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.cpp37 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLED, data, in IsCellularDataEnabled()
62 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_CELLULAR_DATA, data, in EnableCellularData()
82 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_INTELLIGENCE_SWITCH_STATE, data, in GetIntelligenceSwitchState()
104 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_INTELLIGENCE_SWITCH, data, in EnableIntelligenceSwitch()
124 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_STATE, data, in GetCellularDataState()
146 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_APN_STATE, data, in GetApnState()
166 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_RECOVERY_STATE, data, in GetDataRecoveryState()
187 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_DATA_ROAMING_ENABLED, data, in IsCellularDataRoamingEnabled()
213 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_DATA_ROAMING, data, in EnableCellularDataRoaming()
234 int32_t error = Remote()->SendRequest((uint32_ in HandleApnChanged()
[all...]
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_callback_proxy.cpp48 SendRequest(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_RESULT, data, reply); in OnResult()
65 SendRequest(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_REQUEST_REDIRECTED, data, reply); in OnRequestRedirected()
77 SendRequest(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()
91 ACCOUNT_LOGE("failed to SendRequest, code = %{public}d, result = %{public}d", code, result); in SendRequest()
H A 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, data); in OnResult()
87 ErrCode result = SendRequest(AppAccountAuthorizationExtensionCallbackInterfaceCode::ON_REQUEST_REDIRECTED, data); in OnRequestRedirected()
/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_client_callback_proxy.h33 ErrCode SendRequest(IDMCallbackInterfaceCode code, MessageParcel &data, MessageParcel &reply);
45 ErrCode SendRequest(GetCredInfoCallbackInterfaceCode code, MessageParcel &data, MessageParcel &reply);
57 ErrCode SendRequest(GetSetPropCallbackInterfaceCode code, MessageParcel &data, MessageParcel &reply);
69 ErrCode SendRequest(GetEnrolledIdCallbackInterfaceCode code, MessageParcel &data, MessageParcel &reply);
81 ErrCode SendRequest(PreRemoteAuthCallbackInterfaceCode code, MessageParcel &data, MessageParcel &reply);
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_event_proxy.cpp43 ErrCode result = SendRequest(OsAccountEventInterfaceCode::ACCOUNT_CHANGED, data, reply); in OnAccountsChanged()
45 ACCOUNT_LOGE("SendRequest for account changed failed! result %{public}d, localId %{public}d.", in OnAccountsChanged()
69 ErrCode result = SendRequest(OsAccountEventInterfaceCode::ACCOUNT_SWITCHED, data, reply); in OnAccountsSwitch()
71 ACCOUNT_LOGE("SendRequest failed, result=%{public}d.", result); in OnAccountsSwitch()
76 ErrCode OsAccountEventProxy::SendRequest(OsAccountEventInterfaceCode code, MessageParcel &data, MessageParcel &reply) in SendRequest() function in OHOS::AccountSA::OsAccountEventProxy
85 int32_t result = remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
/base/useriam/pin_auth/frameworks/ipc/src/
H A 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/location/services/location_locator/locator/source/
H A 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, reply, option); in SetEnable()
80 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REFRESH_REQUESTS), data, reply, option); in RefrashRequirements()
101 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_GNSS_STATUS), data, reply, option); in RegisterGnssStatusCallback()
119 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_GNSS_STATUS), data, reply, option); in UnregisterGnssStatusCallback()
140 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_NMEA), data, reply, option); in RegisterNmeaMessageCallback()
155 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_NMEA), data, reply, option); in UnregisterNmeaMessageCallback()
175 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_CACHED), data, reply, option); in RegisterCachedCallback()
193 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_CACHED), data, reply, option); in UnregisterCachedCallback()
217 remote->SendRequest(static_cas in GetCachedGnssLocationsSize()
[all...]

Completed in 220 milliseconds

12345678910>>...16