Home
last modified time | relevance | path

Searched full:foo* (Results 701 - 725 of 1506) sorted by relevance

1...<<21222324252627282930>>...61

/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp31 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 Dformrenderstub_fuzzer.cpp32 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 Dformsandboxrendermgrinner_fuzzer.cpp32 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 Dformsupplyproxy_fuzzer.cpp31 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 Dgeterrormsg_fuzzer.cpp27 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 Dtest_base.py33 self.idl_dir = os.path.join(self.working_dir, "foo")
H A Dutil.py67 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 Ddump.txt1 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 Ddump.txt1 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 Ddump.txt1 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 Ddump.txt1 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 Dfoo_service.c.txt22 #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 Dtypes.h.txt27 enum FooType {
28 FOO_TYPE_ONE = 1,
29 FOO_TYPE_TWO = 2,
32 struct FooInfo {
35 enum FooType type;
H A Difoo_ext.h.txt23 #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 Difoo.h.txt22 #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 Difoo_callback.h.txt27 #define IFOOCALLBACK_INTERFACE_DESC "ohos.hdi.foo.v1_0.IFooCallback"
H A Dfoo_proxy.c.txt19 #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 Dfoo_ext_proxy.cpp.txt21 #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 Dfoo_callback_service.h.txt23 namespace Foo {
25 class FooCallbackService : public OHOS::HDI::Foo::V1_0::IFooCallback {
27 FooCallbackService() = default;
28 virtual ~FooCallbackService() = default;
34 } // Foo
H A Dfoo_callback_service.cpp.txt16 #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 Dfoo_ext_proxy.cpp.txt16 #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 Dfoo_ext_proxy.h.txt25 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 Dfoo_ext_driver.cpp.txt20 #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 Dfoo_callback_stub.cpp.txt16 #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 Dfoo_driver.cpp.txt20 #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());

Completed in 18 milliseconds

1...<<21222324252627282930>>...61