/drivers/peripheral/usb/test/UsbSubscriberTest/ |
H A D | UsbSubscriberTest.cpp | 22 int32_t UsbSubscriberTest::DeviceEvent(const USBDeviceInfo &info)
in DeviceEvent() argument
|
/drivers/external_device_manager/services/native/driver_extension/src/ |
H A D | driver_extension_context.cpp | 39 std::shared_ptr<AppExecFwk::AbilityInfo> info = GetAbilityInfo(); in GetAbilityInfoType() local
|
/drivers/hdf_core/framework/sample/platform/uart/dev/ |
H A D | hello_uart_dev.c | 21 const char info[INFO_SIZE] = {" HELLO UART! "}; in main() local
|
/drivers/hdf_core/framework/sample/platform/uart/dispatch/ |
H A D | hello_uart_dispatch.c | 19 const char *info = " HELLO UART! "; in main() local
|
/drivers/hdf_core/framework/core/shared/include/ |
H A D | hdf_service_info.h | 22 static inline void HdfServiceInfoInit(struct HdfServiceInfo *info, const struct HdfDeviceNode *devNode) in HdfServiceInfoInit() argument
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
H A D | stream_operator_callback.cpp | 26 OnCaptureEnded(int32_t captureId, const std::vector<std::shared_ptr<CaptureEndedInfo>> &info) OnCaptureEnded() argument 32 OnCaptureError(int32_t captureId, const std::vector<std::shared_ptr<CaptureErrorInfo>> &info) OnCaptureError() argument
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/parser/ |
H A D | config_parser.cpp | 17 std::optional<int32_t> ConfigParser::GetTypeId(const std::string& str, G_STREAM_INFO info, const int32_t& size) const in GetTypeId() argument 33 std::string ConfigParser::GetTypeStr(const int32_t& type, G_STREAM_INFO info, const int32_t& size) const in GetTypeStr() argument [all...] |
H A D | config_parser.h | 22 std::string CheckIdExsit(const int32_t& mode, T&& info, const int32_t& size) const in CheckIdExsit() argument
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_callback_type_service.c | 20 CodecCallbackTypeEventHandler(struct CodecCallbackType *self, enum OMX_EVENTTYPE eEvent, struct EventInfo *info) CodecCallbackTypeEventHandler() argument
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_callback.cpp | 23 EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, const OHOS::HDI::Codec::V3_0::EventInfo &info) EventHandler() argument
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/ |
H A D | codeccallback_fuzzer.cpp | 21 EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, const OHOS::HDI::Codec::V3_0::EventInfo &info) EventHandler() argument
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | servstat_listener_stub.cpp | 57 const char *info = data.ReadCString(); in ServStatListenerStubOnReceive() local
|
/drivers/hdf_core/framework/core/shared/test/unittest/common/ |
H A D | hdf_core_shared_test.cpp | 58 HdfDeviceInfo *info = HdfDeviceInfoNewInstance(); in HWTEST_F() local
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_method.cpp | 60 std::string info = parameter->Dump(prefix + TAB); in Dump() local
|
/drivers/hdf_core/framework/tools/hdi-gen/hash/ |
H A D | hash.cpp | 39 std::cout << info << "\n";
in FormatStdout() local 58 hashFile << info << "\n";
in FormatFile() local
|
/drivers/hdf_core/interfaces/inner_api/core/ |
H A D | hdf_service_status.h | 66 const char *info; member
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | bluetooth_a2dp_src_observer.cpp | 42 OnConfigurationChanged(const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, int error) OnConfigurationChanged() argument
|
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator_callback_wrapper.cpp | 41 void StreamCBOnCaptureEnded(int captureId, CaptureEndedInfoCIF* info, int count) in StreamCBOnCaptureEnded() argument 64 void StreamCBOnCaptureError(int captureId, CaptureErrorInfoCIF* info, int count) in StreamCBOnCaptureError() argument
|
/drivers/peripheral/audio/effect/test/unittest/ |
H A D | effect_model_test.cpp | 158 struct EffectInfo info = {
in HWTEST_F() local 178 struct EffectInfo info = {
in HWTEST_F() local 200 struct EffectInfo info = {
in HWTEST_F() local
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/ |
H A D | host_stream_impl.cpp | 32 HostStreamImpl::HostStreamImpl(const HostStreamInfo& info, BufferCb c) : info_(info), callBack_(c) in HostStreamImpl() argument 66 std::unique_ptr<HostStream> HostStream::Create(const HostStreamInfo& info, BufferCb c) in Create() argument
|
/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_callback_service.cpp | 23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() argument
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_callback_service.cpp | 23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() argument
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_gralloc.cpp | 20 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() argument
|
/drivers/peripheral/display/hdi_service/gralloc/server/ |
H A D | allocator_service_stub.cpp | 36 AllocInfo info; in AllocaltorStubAllocMem() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameracreatestreams_fuzzer/ |
H A D | dcameracreatestreams_fuzzer.cpp | 45 StreamInfo info; in DcameraCreateStreamsFuzzTest() local [all...] |