/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 31 constexpr size_t FOO_MAX_LEN = 1024; member 110 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/ability/form_fwk/test/fuzztest/formrenderstub_fuzzer/ |
H A D | formrenderstub_fuzzer.cpp | 32 constexpr size_t FOO_MAX_LEN = 1024;
member 106 if (size == 0 || size > OHOS::FOO_MAX_LEN) {
in LLVMFuzzerTestOneInput()
|
/foundation/ability/form_fwk/test/fuzztest/formsandboxrendermgrinner_fuzzer/ |
H A D | formsandboxrendermgrinner_fuzzer.cpp | 32 constexpr size_t FOO_MAX_LEN = 1024;
member 65 if (size == 0 || size > OHOS::FOO_MAX_LEN) {
in LLVMFuzzerTestOneInput()
|
/foundation/ability/form_fwk/test/fuzztest/formsupplyproxy_fuzzer/ |
H A D | formsupplyproxy_fuzzer.cpp | 31 constexpr size_t FOO_MAX_LEN = 1024; member 60 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/ability/form_fwk/test/fuzztest/geterrormsg_fuzzer/ |
H A D | geterrormsg_fuzzer.cpp | 27 constexpr size_t FOO_MAX_LEN = 1024; member 60 if (size == 0 || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|
/foundation/ability/idl_tool/test/hdi_unittest/base/ |
H A D | test_base.py | 33 self.idl_dir = os.path.join(self.working_dir, "foo")
|
H A D | util.py | 67 lhd_index = ast_path_lhd.find("foo") 68 rhd_index = ast_path_rhd.find("foo")
|
/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/dump_ast_target/ |
H A D | dump.txt | 1 AST[name: IBluetoothAudioSession file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/foo/bluetooth/a2dp/v1_0/IBluetoothAudioSession.idl] 22 AST[name: IBluetoothAudioCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/foo/bluetooth/a2dp/v1_0/IBluetoothAudioCallback.idl] 34 AST[name: BluetoothAudioTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/foo/bluetooth/a2dp/v1_0/BluetoothAudioTypes.idl]
|
/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/ |
H A D | dump.txt | 1 AST[name: ICodecComponentManager file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/ICodecComponentManager.idl] 28 AST[name: ICodecComponent file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/ICodecComponent.idl] 113 AST[name: ICodecCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/ICodecCallback.idl] 133 AST[name: CodecTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/CodecTypes.idl]
|
/foundation/ability/idl_tool/test/hdi_unittest/display_graphic_common_v1_0/dump_ast_target/ |
H A D | dump.txt | 1 AST[name: HdrStaticMetadata file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/display_graphic_common_v1_0/foo/display/graphic/common/v1_0/HdrStaticMetadata.idl] 29 AST[name: CMColorSpace file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/display_graphic_common_v1_0/foo/display/graphic/common/v1_0/CMColorSpace.idl] 135 AST[name: BufferHandleMetaKeyType file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/display_graphic_common_v1_0/foo/display/graphic/common/v1_0/BufferHandleMetaKeyType.idl]
|
/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audioext_v1_0/dump_ast_target/ |
H A D | dump.txt | 1 AST[name: IDAudioManager file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audioext_v1_0/foo/distributed_audio/audioext/v1_0/IDAudioManager.idl] 25 AST[name: IDAudioCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audioext_v1_0/foo/distributed_audio/audioext/v1_0/IDAudioCallback.idl] 74 AST[name: Types file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audioext_v1_0/foo/distributed_audio/audioext/v1_0/Types.idl]
|
/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_005/c_target/foo/v1_0/ |
H A D | foo_service.c.txt | 22 #define HDF_LOG_TAG foo_service 24 struct FooService { 28 static int32_t FooPing(struct IFoo *self, const char* sendMsg, char* recvMsg, uint32_t recvMsgLen) 33 static int32_t FooGetData(struct IFoo *self, struct FooInfo* info) 38 static int32_t FooSetCallback(struct IFoo *self, struct IFooCallback* cbObj) 43 static int32_t FooTestFunc1(struct IFoo *self, bool inData, bool* outData) 48 static int32_t FooTestFunc2(struct IFoo *self, int8_t inData) 53 static int32_t FooTestFunc3(struct IFoo *self, int16_t inData, int16_t* outData) 58 static int32_t FooTestFunc4(struc [all...] |
H A D | types.h.txt | 27 enum FooType { 28 FOO_TYPE_ONE = 1, 29 FOO_TYPE_TWO = 2, 32 struct FooInfo { 35 enum FooType type;
|
H A D | ifoo_ext.h.txt | 23 #include "foo/v1_0/ifoo_callback.h" 24 #include "foo/v1_0/types.h" 30 #define IFOOEXT_INTERFACE_DESC "ohos.hdi.foo.v1_0.IFooExt" 48 int32_t (*TestFunc19)(struct IFooExt *self, const struct FooInfo* inData, enum AudioPortPin* outData);
|
H A D | ifoo.h.txt | 22 #include "foo/v1_0/ifoo_callback.h" 23 #include "foo/v1_0/types.h" 29 #define IFOO_INTERFACE_DESC "ohos.hdi.foo.v1_0.IFoo" 37 int32_t (*GetData)(struct IFoo *self, struct FooInfo* info);
|
H A D | ifoo_callback.h.txt | 27 #define IFOOCALLBACK_INTERFACE_DESC "ohos.hdi.foo.v1_0.IFooCallback"
|
H A D | foo_proxy.c.txt | 19 #define HDF_LOG_TAG foo_proxy 23 return IFooGetInstance("foo_service", isStub); 30 if (strcmp(instName, "foo_service") == 0) { 40 IFooReleaseInstance("foo_service", instance, isStub); 51 if (strcmp(instName, "foo_service") == 0) {
|
/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_005/cpp_target/foo/v1_0/ |
H A D | foo_ext_proxy.cpp.txt | 21 #define HDF_LOG_TAG foo_ext_proxy 25 namespace Foo { 27 sptr<OHOS::HDI::Foo::V1_0::IFooExt> OHOS::HDI::Foo::V1_0::IFooExt::Get(bool isStub) 29 return IFooExt::Get("foo_ext_service", isStub); 32 sptr<OHOS::HDI::Foo::V1_0::IFooExt> IFooExt::Get(const std::string &serviceName, bool isStub) 35 std::string desc = Str16ToStr8(OHOS::HDI::Foo::V1_0::IFooExt::GetDescriptor()); 36 void *impl = LoadHdiImpl(desc.c_str(), serviceName == "foo_ext_service" ? "service" : serviceName.c_str()); 41 return reinterpret_cast<OHOS::HDI::Foo::V1_0::IFooExt *>(impl); 47 } // Foo [all...] |
H A D | foo_callback_service.h.txt | 23 namespace Foo { 25 class FooCallbackService : public OHOS::HDI::Foo::V1_0::IFooCallback { 27 FooCallbackService() = default; 28 virtual ~FooCallbackService() = default; 34 } // Foo
|
H A D | foo_callback_service.cpp.txt | 16 #include "v1_0/foo_callback_service.h" 19 #define HDF_LOG_TAG foo_callback_service 23 namespace Foo { 25 int32_t FooCallbackService::PushData(const std::string& message) 31 } // Foo
|
/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_007/cpp_target/foo/v1_0/ |
H A D | foo_ext_proxy.cpp.txt | 16 #include "v1_0/foo_ext_proxy.h" 26 #define HDF_LOG_TAG foo_ext_proxy 30 namespace Foo { 34 sptr<OHOS::HDI::Foo::V1_0::IFooExt> OHOS::HDI::Foo::V1_0::IFooExt::Get(bool isStub) 36 return IFooExt::Get("foo_ext_service", isStub); 39 sptr<OHOS::HDI::Foo::V1_0::IFooExt> OHOS::HDI::Foo::V1_0::IFooExt::Get(const std::string& serviceName, bool isStub) 42 std::string desc = Str16ToStr8(OHOS::HDI::Foo::V1_0::IFooExt::GetDescriptor()); 43 void *impl = LoadHdiImpl(desc.c_str(), serviceName == "foo_ext_service" [all...] |
H A D | foo_ext_proxy.h.txt | 25 namespace Foo { 28 class FooExtProxy : public IProxyBroker<OHOS::HDI::Foo::V1_0::IFooExt> { 32 IServiceManagerDeathRecipient(wptr<OHOS::HDI::Foo::V1_0::FooExtProxy> proxy) : proxy_(proxy) {} 44 result = OHOS::HDI::Foo::V1_0::FooExtProxy::Reconnect(proxy); 50 wptr<OHOS::HDI::Foo::V1_0::FooExtProxy> proxy_; 53 explicit FooExtProxy(cons [all...] |
H A D | foo_ext_driver.cpp.txt | 20 #include "v1_0/foo_ext_stub.h" 22 #define HDF_LOG_TAG foo_ext_driver 24 using namespace OHOS::HDI::Foo::V1_0; 31 static int32_t FooExtDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, 67 hdfFooExtHost->ioService.Dispatch = FooExtDriverDispatch; 71 auto serviceImpl = OHOS::HDI::Foo::V1_0::IFooExt::Get(true); 79 OHOS::HDI::Foo::V1_0::IFooExt::GetDescriptor());
|
H A D | foo_callback_stub.cpp.txt | 16 #include "v1_0/foo_callback_stub.h" 20 #define HDF_LOG_TAG foo_callback_stub 24 namespace Foo { 29 OHOS::HDI::Foo::V1_0::FooCallbackStub::FooCallbackStub(const sptr<OHOS::HDI::Foo::V1_0::IFooCallback> &impl) 30 : IPCObjectStub(OHOS::HDI::Foo::V1_0::IFooCallback::GetDescriptor()), impl_(impl) 34 OHOS::HDI::Foo::V1_0::FooCallbackStub [all...] |
H A D | foo_driver.cpp.txt | 20 #include "v1_0/foo_stub.h" 22 #define HDF_LOG_TAG foo_driver 24 using namespace OHOS::HDI::Foo::V1_0; 31 static int32_t FooDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, 67 hdfFooHost->ioService.Dispatch = FooDriverDispatch; 71 auto serviceImpl = OHOS::HDI::Foo::V1_0::IFoo::Get(true); 79 OHOS::HDI::Foo::V1_0::IFoo::GetDescriptor());
|