Home
last modified time | relevance | path

Searched full:foo* (Results 776 - 800 of 30197) sorted by relevance

1...<<31323334353637383940>>...1208

/foundation/ability/idl_tool/test/hdi_unittest/standard_callback_idl/cpp_target/foo/v1_0/
H A Dfoo_stub.h.txt28 namespace Foo {
32 class FooStub : public IPCObjectStub {
34 explicit FooStub(const sptr<IFoo> &impl);
35 virtual ~FooStub();
39 static int32_t FooStubPing_(MessageParcel& fooData, MessageParcel& fooReply, MessageOption& fooOption, sptr<OHOS::HDI::Foo::V1_0::IFoo> impl);
41 static int32_t FooStubGetData_(MessageParce
[all...]
H A Difoo_callback.h.txt47 namespace Foo {
59 DECLARE_HDI_DESCRIPTOR(u"ohos.hdi.foo.v1_0.IFooCallback");
83 } // Foo
H A Dfoo_service.cpp.txt16 #include "v1_0/foo_service.h"
19 #define HDF_LOG_TAG foo_service
23 namespace Foo {
25 extern "C" IFoo *FooImplGetInstance(void)
27 return new (std::nothrow) FooService();
30 int32_t FooService::Ping(const std::string& sendMsg, std::string& recvMsg)
35 int32_t FooService::GetData(std::string& info)
40 int32_t FooService::InfoTest(int32_t inParam, double& outParam)
46 } // Foo
H A Dfoo_service.h.txt23 namespace Foo {
25 class FooService : public OHOS::HDI::Foo::V1_0::IFoo {
27 FooService() = default;
28 virtual ~FooService() = default;
38 } // Foo
/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/dump_ast_target/
H A Ddump.txt1 AST[name: IThermalInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/foo/thermal/v1_0/IThermalInterface.idl]
27 AST[name: IThermalCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/foo/thermal/v1_0/IThermalCallback.idl]
38 AST[name: ThermalTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/foo/thermal/v1_0/ThermalTypes.idl]
/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/dump_ast_target/
H A Ddump.txt1 AST[name: IThermalInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/IThermalInterface.idl]
36 AST[name: IThermalCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/IThermalCallback.idl]
47 AST[name: IFanCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/IFanCallback.idl]
58 AST[name: ThermalTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/ThermalTypes.idl]
/foundation/ability/idl_tool/test/hdi_unittest/usb_gadget_mtp_v1_0/dump_ast_target/
H A Ddump.txt1 AST[name: IUsbfnMtpInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/usb_gadget_mtp_v1_0/foo/usb/gadget/mtp/v1_0/IUsbfnMtpInterface.idl]
32 AST[name: UsbfnMtpTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/usb_gadget_mtp_v1_0/foo/usb/gadget/mtp/v1_0/UsbfnMtpTypes.idl]
/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/
H A Ddump.txt1 AST[name: IUserAuthInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/foo/user_auth/v1_0/IUserAuthInterface.idl]
106 AST[name: UserAuthTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/foo/user_auth/v1_0/UserAuthTypes.idl]
/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/dump_ast_target/
H A Ddump.txt1 AST[name: IHostapdInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/foo/wlan/hostapd/v1_0/IHostapdInterface.idl]
95 AST[name: IHostapdCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/foo/wlan/hostapd/v1_0/IHostapdCallback.idl]
115 AST[name: HostapdTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/foo/wlan/hostapd/v1_0/HostapdTypes.idl]
/foundation/ability/dmsfwk/test/fuzztest/dschedsoftbussession_fuzzer/
H A Ddschedsoftbussession_fuzzer.cpp29 constexpr size_t FOO_MAX_LEN = 1024; member
42 if (size > FOO_MAX_LEN || size < U32_AT_SIZE) { in Get32Data()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/
H A Dformdatamgrthree_fuzzer.cpp31 constexpr size_t FOO_MAX_LEN = 1024; member
100 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formhostdelegatestub_fuzzer/
H A Dformhostdelegatestub_fuzzer.cpp27 constexpr size_t FOO_MAX_LEN = 1024; member
73 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp31 constexpr size_t FOO_MAX_LEN = 1024; member
118 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formjsinfo_fuzzer/
H A Dformjsinfo_fuzzer.cpp27 constexpr size_t FOO_MAX_LEN = 1024; member
59 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp31 constexpr size_t FOO_MAX_LEN = 1024; member
109 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxyannex_fuzzer/
H A Dformmgrproxyannex_fuzzer.cpp31 constexpr size_t FOO_MAX_LEN = 1024; member
67 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formproviderstub_fuzzer/
H A Dformproviderstub_fuzzer.cpp28 constexpr size_t FOO_MAX_LEN = 1024; member
123 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formrenderconnection_fuzzer/
H A Dformrenderconnection_fuzzer.cpp32 constexpr size_t FOO_MAX_LEN = 1024; member
69 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp32 constexpr size_t FOO_MAX_LEN = 1024; member
104 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formrenderproxy_fuzzer/
H A Dformrenderproxy_fuzzer.cpp32 constexpr size_t FOO_MAX_LEN = 1024; member
74 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp32 constexpr size_t FOO_MAX_LEN = 1024; member
114 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp31 constexpr size_t FOO_MAX_LEN = 1024; member
113 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp688 * package:ohos.hdi.foo.v1_0
705 * package:ohos.hdi.foo.v1_0
722 * package:ohos.hdi.foo.v1_0
723 * subPackage:foo.v1_0
741 * package:ohos.hdi.foo.v1_0
742 * packagePath:./drivers/interface/foo/v1_0
772 * import: ohos.hdi.foo.v1_0.MyTypes
773 * packagePath:./drivers/interface/foo/v1_0/MyTypes.idl
/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/dump_ast_target/
H A Ddump.txt1 AST[name: IAudioManager file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/IAudioManager.idl]
22 AST[name: IAudioRender file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/IAudioRender.idl]
154 AST[name: IAudioCapture file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/IAudioCapture.idl]
257 AST[name: IAudioAdapter file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/IAudioAdapter.idl]
333 AST[name: IAudioCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/IAudioCallback.idl]
353 AST[name: AudioTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/AudioTypes.idl]
/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/dump_ast_target/
H A Ddump.txt1 AST[name: ICameraHost file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/ICameraHost.idl]
20 AST[name: ICameraDevice file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/ICameraDevice.idl]
38 AST[name: IStreamOperator file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_0/IStreamOperator.idl]
88 AST[name: ICameraHost file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_0/ICameraHost.idl]
117 AST[name: Types file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/Types.idl]
158 AST[name: IStreamOperatorCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_0/IStreamOperatorCallback.idl]
183 AST[name: IStreamOperator file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/IStreamOperator.idl]
205 AST[name: IOfflineStreamOperator file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_0/IOfflineStreamOperator.idl]
221 AST[name: ICameraHostCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_0/ICameraHostCallback.idl]
241 AST[name: ICameraDeviceCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camer
[all...]

Completed in 15 milliseconds

1...<<31323334353637383940>>...1208