Home
last modified time | relevance | path

Searched defs:SendRequest (Results 1 - 25 of 85) sorted by relevance

1234

/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dipc_server_listener.cpp19 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() function in OHOS::DistributedHardware::IpcServerListener
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_reverse_continuation_scheduler_replica_stub.h28 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendRequest() function in OHOS::AppExecFwk::MockReverseContinuationSchedulerReplicaStub
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_form_renderer_dispatcher_stub.h37 int SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() function in OHOS::AppExecFwk::MockFormRendererDispatherStub
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/
H A Dipc_client_proxy.cpp42 int32_t IpcClientProxy::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() function in OHOS::OHOS::OHOS::DistributedHardware::IpcClientProxy
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_debug_listener_proxy.cpp52 void AppDebugListenerProxy::SendRequest( in SendRequest() function in OHOS::AppExecFwk::AppDebugListenerProxy
H A Dnative_child_notify_proxy.cpp38 int32_t NativeChildNotifyProxy::SendRequest(uint32_t code, MessageParcel &data, in SendRequest() function in OHOS::AppExecFwk::NativeChildNotifyProxy
H A Dability_debug_response_proxy.cpp94 void AbilityDebugResponseProxy::SendRequest( in SendRequest() function in OHOS::AppExecFwk::AbilityDebugResponseProxy
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dasync_msg_handler.cpp71 int AsyncMsgHandler::SendRequest(IRequest *request) in SendRequest() function in OHOS::AI::AsyncMsgHandler
H A Dsync_msg_handler.cpp76 int SyncMsgHandler::SendRequest(IRequest *request, SimpleEventNotifier<IResponse> &notifier) in SendRequest() function in OHOS::AI::SyncMsgHandler
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_startup_callback/
H A Dauto_startup_callback_proxy.cpp68 ErrCode AutoStartupCallBackProxy::SendRequest( in SendRequest() function in OHOS::AbilityRuntime::AutoStartupCallBackProxy
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_proxy_test/
H A Dmock_data_obs_mgr_stub.h28 int IPCObjectStub::SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() function in OHOS::IPCObjectStub
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/status_bar_delegate/
H A Dstatus_bar_delegate_proxy.cpp78 int32_t StatusBarDelegateProxy::SendRequest( in SendRequest() function in OHOS::AbilityRuntime::StatusBarDelegateProxy
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_proxy_test/
H A Dmock_ui_service_mgr_stub.h26 int IPCObjectStub::SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() function in OHOS::IPCObjectStub
/foundation/communication/ipc/ipc/native/c/manager/include/
H A Diremote_invoker.h31 int32_t (*SendRequest)(SvcIdentity target, uint32_t code, IpcIo *data, member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_manager.cpp85 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() function in OHOS::DistributedHardware::IpcClientManager
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_listener.cpp25 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() function in OHOS::DistributedHardware::IpcServerListener
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dipc_msg_adapter.cpp28 int32_t IpcMsgAdapter::SendRequest(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &reply) in SendRequest() function in OHOS::Sharing::IpcMsgAdapter
/foundation/ability/ability_runtime/interfaces/inner_api/extension_manager/src/
H A Dextension_manager_proxy.cpp115 ErrCode ExtensionManagerProxy::SendRequest(AbilityManagerInterfaceCode code, MessageParcel &data, in SendRequest() function in OHOS::AAFwk::ExtensionManagerProxy
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/verify/
H A Dverify_manager_proxy.cpp117 bool VerifyManagerProxy::SendRequest( in SendRequest() function in OHOS::AppExecFwk::VerifyManagerProxy
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/mock/
H A Dmock_sa_service.cpp42 int IPCObjectStub::SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() function in OHOS::IPCObjectStub
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_listener.cpp44 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() function in OHOS::DistributedHardware::IpcServerListener
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/default_app/
H A Ddefault_app_proxy.cpp180 bool DefaultAppProxy::SendRequest(DefaultAppInterfaceCode code, MessageParcel& data, MessageParcel& reply) in SendRequest() function in OHOS::AppExecFwk::DefaultAppProxy
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/
H A Dmock_iremote_object.h37 int SendRequest(uint32_t code, MessageParcel&, MessageParcel&, MessageOption&) in SendRequest() function in OHOS::Rosen::MockIRemoteObject
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_proxy.cpp94 int32_t HelperListenerProxy::SendRequest(uint32_t code, MessageParcel &data, in SendRequest() function in OHOS::Media::HelperListenerProxy
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_proxy.cpp102 int32_t PlayerListenerProxy::SendRequest(uint32_t code, MessageParcel &data, in SendRequest() function in OHOS::Media::PlayerListenerProxy

Completed in 6 milliseconds

1234