/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub_lite.h | 39 void OnEnableWifi(uint32_t code, IpcIo *req, IpcIo *reply); 40 void OnDisableWifi(uint32_t code, IpcIo *req, IpcIo *reply); 46 void OnRemoveDevice(uint32_t code, IpcIo *req, IpcIo *reply); 51 void OnConnectTo(uint32_t code, IpcIo *req, IpcIo *reply); 52 void OnConnect2To(uint32_t code, IpcIo *req, IpcIo *reply); 53 void OnReConnect(uint32_t code, IpcIo *req, IpcIo *reply); 54 void OnReAssociate(uint32_t code, IpcIo *req, IpcIo *reply); 55 void OnDisconnect(uint32_t code, IpcIo *req, IpcIo *reply); 56 void OnStartWps(uint32_t code, IpcIo *req, IpcIo *reply); 57 void OnCancelWps(uint32_t code, IpcIo *req, IpcIo *reply); [all …]
|
H A D | wifi_device_stub_lite.cpp | 207 void WifiDeviceStub::OnEnableWifi(uint32_t code, IpcIo *req, IpcIo *reply) in OnEnableWifi() 215 void WifiDeviceStub::OnDisableWifi(uint32_t code, IpcIo *req, IpcIo *reply) in OnDisableWifi() 291 void WifiDeviceStub::OnRemoveDevice(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoveDevice() 350 void WifiDeviceStub::OnConnectTo(uint32_t code, IpcIo *req, IpcIo *reply) in OnConnectTo() 362 void WifiDeviceStub::OnConnect2To(uint32_t code, IpcIo *req, IpcIo *reply) in OnConnect2To() 384 void WifiDeviceStub::OnReConnect(uint32_t code, IpcIo *req, IpcIo *reply) in OnReConnect() 392 void WifiDeviceStub::OnReAssociate(uint32_t code, IpcIo *req, IpcIo *reply) in OnReAssociate() 400 void WifiDeviceStub::OnDisconnect(uint32_t code, IpcIo *req, IpcIo *reply) in OnDisconnect() 408 void WifiDeviceStub::OnStartWps(uint32_t code, IpcIo *req, IpcIo *reply) in OnStartWps() 424 void WifiDeviceStub::OnCancelWps(uint32_t code, IpcIo *req, IpcIo *reply) in OnCancelWps() [all …]
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/include/ |
H A D | player_server.h | 56 void SetSource(IpcIo *req, IpcIo *reply); 57 void Prepare(IpcIo *req, IpcIo *reply); 58 void Play(IpcIo *req, IpcIo *reply); 59 void IsPlaying(IpcIo *req, IpcIo *reply); 60 void Pause(IpcIo *req, IpcIo *reply); 61 void Stop(IpcIo *req, IpcIo *reply); 62 void Rewind(IpcIo *req, IpcIo *reply); 63 void SetVolume(IpcIo *req, IpcIo *reply); 65 void SetLoop(IpcIo *req, IpcIo *reply); 71 void Reset(IpcIo *req, IpcIo *reply); [all …]
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ |
H A D | serializer.h | 35 } IpcIo; typedef 55 bool IpcIoAppend(IpcIo *dst, IpcIo *src); 61 int32_t ReadFileDescriptor(IpcIo *io); 63 bool WriteBool(IpcIo *io, bool value); 64 bool WriteInt8(IpcIo *io, int8_t value); 65 bool WriteInt16(IpcIo *io, int16_t value); 77 bool WriteFloat(IpcIo *io, float value); 82 bool ReadBool(IpcIo *io, bool *value); 83 bool ReadInt8(IpcIo *io, int8_t *value); 91 bool ReadFloat(IpcIo *io, float *value); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/include/ |
H A D | bus_center_server_stub.h | 28 int32_t ServerJoinLNN(IpcIo *req, IpcIo *reply); 29 int32_t ServerJoinMetaNode(IpcIo *req, IpcIo *reply); 30 int32_t ServerLeaveLNN(IpcIo *req, IpcIo *reply); 31 int32_t ServerLeaveMetaNode(IpcIo *req, IpcIo *reply); 34 int32_t ServerGetNodeKeyInfo(IpcIo *req, IpcIo *reply); 38 int32_t ServerSetDataLevel(IpcIo *req, IpcIo *reply); 39 int32_t ServerStartTimeSync(IpcIo *req, IpcIo *reply); 40 int32_t ServerStopTimeSync(IpcIo *req, IpcIo *reply); 41 int32_t ServerPublishLNN(IpcIo *req, IpcIo *reply); 43 int32_t ServerRefreshLNN(IpcIo *req, IpcIo *reply); [all …]
|
H A D | trans_server_stub.h | 26 int32_t ServerCreateSessionServer(IpcIo *req, IpcIo *reply); 27 int32_t ServerRemoveSessionServer(IpcIo *req, IpcIo *reply); 28 int32_t ServerOpenSession(IpcIo *req, IpcIo *reply); 29 int32_t ServerNotifyAuthSuccess(IpcIo *req, IpcIo *reply); 30 int32_t ServerOpenAuthSession(IpcIo *req, IpcIo *reqly); 31 int32_t ServerCloseChannel(IpcIo *req, IpcIo *reply); 32 int32_t ServerSendSessionMsg(IpcIo *req, IpcIo *reply); 33 int32_t ServerReleaseResources(IpcIo *req, IpcIo *reply);
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wms.h | 41 static void GetSurface(IpcIo* req, IpcIo* reply); 42 static void Show(IpcIo* req, IpcIo* reply); 43 static void Hide(IpcIo* req, IpcIo* reply); 44 static void RaiseToTop(IpcIo* req, IpcIo* reply); 46 static void MoveTo(IpcIo* req, IpcIo* reply); 47 static void Resize(IpcIo* req, IpcIo* reply); 48 static void Update(IpcIo* req, IpcIo* reply); 49 static void CreateWindow(IpcIo* req, IpcIo* reply); 50 static void RemoveWindow(IpcIo* req, IpcIo* reply); 51 static void GetEventData(IpcIo* req, IpcIo* reply); [all …]
|
H A D | lite_wms.cpp | 96 void LiteWMS::GetSurface(IpcIo* req, IpcIo* reply) in GetSurface() 122 void LiteWMS::Show(IpcIo* req, IpcIo* reply) in Show() 130 void LiteWMS::Hide(IpcIo* req, IpcIo* reply) in Hide() 138 void LiteWMS::RaiseToTop(IpcIo* req, IpcIo* reply) in RaiseToTop() 146 void LiteWMS::LowerToBottom(IpcIo* req, IpcIo* reply) in LowerToBottom() 154 void LiteWMS::MoveTo(IpcIo* req, IpcIo* reply) in MoveTo() 166 void LiteWMS::Resize(IpcIo* req, IpcIo* reply) in Resize() 178 void LiteWMS::Update(IpcIo* req, IpcIo* reply) in Update() 186 void LiteWMS::CreateWindow(IpcIo* req, IpcIo* reply) in CreateWindow() 201 void LiteWMS::RemoveWindow(IpcIo* req, IpcIo* reply) in RemoveWindow() [all …]
|
/ohos5.0/foundation/multimedia/camera_lite/services/server/include/ |
H A D | camera_server.h | 31 void GetCameraAbility(IpcIo *req, IpcIo *reply); 32 void GetCameraInfo(IpcIo *req, IpcIo *reply); 33 void GetCameraIdList(IpcIo *req, IpcIo *reply); 34 void CreateCamera(IpcIo *req, IpcIo *reply); 35 void CloseCamera(IpcIo *req, IpcIo *reply); 36 void SetCameraConfig(IpcIo *req, IpcIo *reply); 37 void SetFrameConfig(IpcIo *req, IpcIo *reply); 39 void StopLoopingCapture(IpcIo *req, IpcIo *reply); 41 void SetCameraCallback(IpcIo *req, IpcIo *reply); 46 void GetCameraModeNum(IpcIo *req, IpcIo *reply); [all …]
|
/ohos5.0/base/powermgr/battery_lite/services/src/small/ |
H A D | battery_feature_impl.c | 19 typedef int32_t (*InvokeFunc)(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 22 static int32_t BatterySocInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 23 static int32_t ChargingStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 24 static int32_t HealthStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 25 static int32_t PluggedTypeInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 26 static int32_t VoltageInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 27 static int32_t TechnologyInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 63 static int32_t BatterySocInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in BatterySocInvoke() 93 static int32_t PluggedTypeInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in PluggedTypeInvoke() 103 static int32_t VoltageInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in VoltageInvoke() [all …]
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_stub_lite.h | 31 virtual int OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply); 35 int OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply); 36 int OnStartDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply); 37 int OnStopDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply); 38 int OnSetDhcpName(uint32_t code, IpcIo *req, IpcIo *reply); 39 int OnSetDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply); 40 int OnRemoveAllDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply); 41 int OnRemoveDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply); 42 int OnGetDhcpClientInfos(uint32_t code, IpcIo *req, IpcIo *reply); 43 int OnUpdateLeasesTime(uint32_t code, IpcIo *req, IpcIo *reply); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/include/ |
H A D | bus_center_client_stub.h | 27 int32_t ClientOnJoinLNNResult(IpcIo *data, IpcIo *reply); 28 int32_t ClientOnJoinMetaNodeResult(IpcIo *data, IpcIo *reply); 29 int32_t ClientOnLeaveLNNResult(IpcIo *data, IpcIo *reply); 30 int32_t ClientOnLeaveMetaNodeResult(IpcIo *data, IpcIo *reply); 31 int32_t ClientOnNodeOnlineStateChanged(IpcIo *data, IpcIo *reply); 32 int32_t ClientOnNodeBasicInfoChanged(IpcIo *data, IpcIo *reply); 33 int32_t ClientOnTimeSyncResult(IpcIo *data, IpcIo *reply); 34 void ClientOnPublishLNNResult(IpcIo *data, IpcIo *reply); 35 void ClientOnRefreshLNNResult(IpcIo *data, IpcIo *reply); 36 void ClientOnRefreshDeviceFound(IpcIo *data, IpcIo *reply);
|
H A D | trans_client_stub.h | 25 int32_t ClientOnChannelOpened(IpcIo *data, IpcIo *reply); 26 int32_t ClientOnChannelOpenfailed(IpcIo *data, IpcIo *reply); 27 int32_t ClientOnChannelClosed(IpcIo *data, IpcIo *reply); 28 int32_t ClientOnChannelMsgreceived(IpcIo *data, IpcIo *reply); 29 int32_t ClientSetChannelInfo(IpcIo *data, IpcIo *reply); 30 int32_t ClientOnChannelBind(IpcIo *data, IpcIo *reply);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_ms_feature.h | 30 typedef uint8_t (*BundleInvokeType)(const uint8_t funcId, IpcIo *req, IpcIo *reply); 40 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 57 static uint8_t HandleGetBundleInfos(const uint8_t funcId, IpcIo *req, IpcIo *reply); 58 static uint8_t QueryInnerAbilityInfo(const uint8_t funcId, IpcIo *req, IpcIo *reply); 59 static uint8_t GetInnerBundleInfo(const uint8_t funcId, IpcIo *req, IpcIo *reply); 60 static uint8_t GetInnerBundleNameForUid(const uint8_t funcId, IpcIo *req, IpcIo *reply); 62 static uint8_t HasSystemCapability(const uint8_t funcId, IpcIo *req, IpcIo *reply); 64 static uint8_t GetInnerBundleSize(const uint8_t funcId, IpcIo *req, IpcIo *reply); 65 static uint8_t HandleGetBundleInfosByIndex(const uint8_t funcId, IpcIo *req, IpcIo *reply); 66 static uint8_t HandleGetBundleInfosLength(const uint8_t funcId, IpcIo *req, IpcIo *reply); [all …]
|
H A D | bundle_inner_feature.h | 30 typedef uint8_t (*BundleInvokeType)(const uint8_t funcId, IpcIo *req, IpcIo *reply); 48 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 57 static uint8_t InstallInnerBundle(const uint8_t funcId, IpcIo *req, IpcIo *reply); 59 OHOS::SvcIdentityInfo *info, const SvcIdentity *svc, const char *reqPath, IpcIo *req); 60 static uint8_t UninstallInnerBundle(const uint8_t funcId, IpcIo *req, IpcIo *reply); 62 static uint8_t SetExternalInstallMode(const uint8_t funcId, IpcIo *req, IpcIo *reply); 63 static uint8_t SetInnerDebugMode(const uint8_t funcId, IpcIo *req, IpcIo *reply); 64 static uint8_t SetInnerSignMode(const uint8_t funcId, IpcIo *req, IpcIo *reply);
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/power/small/ |
H A D | power_manage_feature_impl.c | 25 typedef int32_t (*InvokeFunc)(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 26 static int32_t AcquireInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 27 static int32_t ReleaseInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 28 static int32_t IsAnyHoldingInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 29 static int32_t SuspendInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 30 static int32_t WakeupInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 66 static int32_t AcquireInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in AcquireInvoke() 78 static int32_t ReleaseInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in ReleaseInvoke() 88 static int32_t IsAnyHoldingInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in IsAnyHoldingInvoke() 95 static int32_t SuspendInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in SuspendInvoke() [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_stub_lite.h | 31 virtual int OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply); 34 int CheckInterfaceToken(uint32_t code, IpcIo *req); 35 int OnSetScanControlInfo(uint32_t code, IpcIo *req, IpcIo *reply); 36 int OnScan(uint32_t code, IpcIo *req, IpcIo *reply); 37 int OnScanByParams(uint32_t code, IpcIo *req, IpcIo *reply); 38 int OnIsWifiClosedScan(uint32_t code, IpcIo *req, IpcIo *reply); 39 int OnGetScanInfoList(uint32_t code, IpcIo *req, IpcIo *reply); 40 int OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply); 41 int OnGetSupportedFeatures(uint32_t code, IpcIo *req, IpcIo *reply);
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_queue_producer.cpp | 27 typedef int32_t (*IpcMsgHandle)(BufferQueueProducer* product, IpcIo *io, IpcIo *reply); 30 static int32_t OnRequestBuffer(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnRequestBuffer() 48 static int32_t OnFlushBuffer(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnFlushBuffer() 65 static int32_t OnGetAttr(uint32_t attr, IpcIo *io, IpcIo *reply) in OnGetAttr() 72 static int32_t OnSendReply(IpcIo *io, IpcIo *reply) in OnSendReply() 101 static int32_t OnGetWidth(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnGetWidth() 106 static int32_t OnGetHeight(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnGetHeight() 111 static int32_t OnSetFormat(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnSetFormat() 119 static int32_t OnGetFormat(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnGetFormat() 142 static int32_t OnSetSize(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnSetSize() [all …]
|
/ohos5.0/base/sensors/sensor_lite/services/include/ |
H A D | sensor_service_impl.h | 46 typedef int32 (*InvokeFunc)(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 47 int32_t GetAllSensorsInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 48 int32_t ActivateSensorInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 49 int32_t DeactivateSensorInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 50 int32_t SetBatchInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 51 int32_t SubscribeSensorInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 52 int32_t UnsubscribeSensorInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 53 int32_t SetModeInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 54 int32_t SetOptionInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); 55 void SetSvcIdentity(IpcIo *req, const IpcIo *reply);
|
/ohos5.0/foundation/multimedia/audio_lite/services/server/include/ |
H A D | audio_capturer_server.h | 58 void AcceptServer(pid_t pid, IpcIo *reply); 59 void DropServer(pid_t pid, IpcIo *reply); 60 void Dispatch(int32_t funcId, pid_t pid, IpcIo *req, IpcIo *reply); 64 void GetMinFrameCount(IpcIo *req, IpcIo *reply); 66 void SetInfo(AudioCapturerImpl *capturer, IpcIo *req, IpcIo *reply); 67 void GetInfo(AudioCapturerImpl *capturer, IpcIo *reply); 68 void Start(AudioCapturerImpl *capturer, IpcIo *reply); 69 void Stop(AudioCapturerImpl *capturer, IpcIo *reply); 70 void GetMiniFrameCount(IpcIo *req, IpcIo *reply); 72 void GetStatus(AudioCapturerImpl *capturer, IpcIo *reply); [all …]
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_stub_lite.h | 32 using handleFunc = int (DhcpClientStub::*)(uint32_t code, IpcIo *req, IpcIo *reply); 34 virtual int OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply); 37 int OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply); 38 int OnStartDhcpClient(uint32_t code, IpcIo *req, IpcIo *reply); 39 int OnSetConfiguration(uint32_t code, IpcIo *req, IpcIo *reply); 40 int OnStopDhcpClient(uint32_t code, IpcIo *req, IpcIo *reply); 41 int OnGetDhcpInfo(uint32_t code, IpcIo *req, IpcIo *reply);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | bus_center_client_stub.c | 26 int32_t ClientOnJoinLNNResult(IpcIo *data, IpcIo *reply) in ClientOnJoinLNNResult() 63 int32_t ClientOnJoinMetaNodeResult(IpcIo *data, IpcIo *reply) in ClientOnJoinMetaNodeResult() 70 int32_t ClientOnLeaveLNNResult(IpcIo *data, IpcIo *reply) in ClientOnLeaveLNNResult() 92 int32_t ClientOnLeaveMetaNodeResult(IpcIo *data, IpcIo *reply) in ClientOnLeaveMetaNodeResult() 99 int32_t ClientOnNodeOnlineStateChanged(IpcIo *data, IpcIo *reply) in ClientOnNodeOnlineStateChanged() 127 int32_t ClientOnNodeBasicInfoChanged(IpcIo *data, IpcIo *reply) in ClientOnNodeBasicInfoChanged() 157 int32_t ClientOnTimeSyncResult(IpcIo *data, IpcIo *reply) in ClientOnTimeSyncResult() 186 void ClientOnPublishLNNResult(IpcIo *data, IpcIo *reply) in ClientOnPublishLNNResult() 199 void ClientOnRefreshLNNResult(IpcIo *data, IpcIo *reply) in ClientOnRefreshLNNResult() 212 void ClientOnRefreshDeviceFound(IpcIo *data, IpcIo *reply) in ClientOnRefreshDeviceFound()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/ |
H A D | player_server.cpp | 329 void PlayerServer::SetSource(IpcIo *req, IpcIo *reply) in SetSource() 370 void PlayerServer::Prepare(IpcIo *req, IpcIo *reply) in Prepare() 380 void PlayerServer::Play(IpcIo *req, IpcIo *reply) in Play() 390 void PlayerServer::IsPlaying(IpcIo *req, IpcIo *reply) in IsPlaying() 400 void PlayerServer::Pause(IpcIo *req, IpcIo *reply) in Pause() 410 void PlayerServer::Stop(IpcIo *req, IpcIo *reply) in Stop() 427 void PlayerServer::Rewind(IpcIo *req, IpcIo *reply) in Rewind() 441 void PlayerServer::SetVolume(IpcIo *req, IpcIo *reply) in SetVolume() 475 void PlayerServer::SetLoop(IpcIo *req, IpcIo *reply) in SetLoop() 548 void PlayerServer::Reset(IpcIo *req, IpcIo *reply) in Reset() [all …]
|
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/ |
H A D | camera_server.cpp | 88 void CameraServer::GetCameraAbility(IpcIo *req, IpcIo *reply) in GetCameraAbility() 123 void CameraServer::GetCameraInfo(IpcIo *req, IpcIo *reply) in GetCameraInfo() 135 void CameraServer::GetCameraIdList(IpcIo *req, IpcIo *reply) in GetCameraIdList() 150 void CameraServer::CreateCamera(IpcIo *req, IpcIo *reply) in CreateCamera() 164 void CameraServer::CloseCamera(IpcIo *req, IpcIo *reply) in CloseCamera() 178 void CameraServer::SetCameraConfig(IpcIo *req, IpcIo *reply) in SetCameraConfig() 248 void CameraServer::SetFrameConfig(IpcIo *req, IpcIo *reply) in SetFrameConfig() 313 IpcIo io; in OnCameraStatusChange() 328 IpcIo io; in OnTriggerSingleCaptureFinished() 344 IpcIo io; in OnTriggerLoopingCaptureFinished() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | serializer.c | 62 static bool IpcIoAvailable(IpcIo *io) in IpcIoAvailable() 71 void *IoPush(IpcIo *io, size_t size) in IoPush() 88 void *IoPop(IpcIo *io, size_t size) in IoPop() 121 bool IpcIoAppend(IpcIo *dst, IpcIo *src) in IpcIoAppend() 160 bool WriteInt32(IpcIo *io, int32_t value) in WriteInt32() 188 bool WriteBool(IpcIo *io, bool value) in WriteBool() 225 bool WriteInt8(IpcIo *io, int8_t value) in WriteInt8() 345 bool WriteFloat(IpcIo *io, float value) in WriteFloat() 425 bool ReadBool(IpcIo *io, bool *value) in ReadBool() 453 uintptr_t ReadPointer(IpcIo *io) in ReadPointer() [all …]
|