Home
last modified time | relevance | path

Searched full:foo* (Results 376 - 400 of 3334) sorted by relevance

1...<<11121314151617181920>>...134

/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_007/c_target/foo/v1_0/
H A Dfoo_ext_proxy.c.txt27 #define HDF_LOG_TAG foo_ext_proxy
29 struct FooExtProxy {
36 static int32_t FooExtProxyCall(struct IFooExt *self, int32_t id, struct HdfSBuf *data,
54 static int32_t FooExtProxyTestFunc11(struct IFooExt *self, const BufferHandle* inData, BufferHandle** outData)
56 int32_t fooExtRet = HDF_FAILURE;
58 struct HdfSBuf *fooExtData = HdfSbufTypedObtain(SBUF_IPC);
59 struct HdfSBuf *fooExtReply = HdfSbufTypedObtain(SBUF_IPC);
61 if (fooExtData == NULL || fooExtReply == NULL) {
63 fooExtRet
[all...]
H A Dfoo_ext_stub.c.txt16 #include "v1_0/foo_ext_stub.h"
25 #define HDF_LOG_TAG foo_ext_stub
29 return IFooExtGetInstance("foo_ext_service", isStub);
39 if (strcmp(serviceName, "foo_ext_service") == 0) {
47 IFooExtReleaseInstance("foo_ext_service", instance, isStub);
56 if (strcmp(serviceName, "foo_ext_service") == 0) {
63 static int32_t SerStubTestFunc11(struct IFooExt *serviceImpl, struct HdfSBuf *fooExtData, struct HdfSBuf *fooExtReply)
65 int32_t fooExtRet = HDF_FAILURE;
69 inData = HdfSbufReadNativeBufferHandle(fooExtData);
[all...]
H A Dfoo_ext_driver.c.txt25 #define HDF_LOG_TAG foo_ext_driver
33 static int32_t FooExtDriverDispatch(struct HdfDeviceIoClient *client, int cmdId,
86 host->ioService.Dispatch = FooExtDriverDispatch;
H A Dfoo_driver.c.txt25 #define HDF_LOG_TAG foo_driver
33 static int32_t FooDriverDispatch(struct HdfDeviceIoClient *client, int cmdId,
86 host->ioService.Dispatch = FooDriverDispatch;
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 Dfoo_ext_service.c.txt22 #define HDF_LOG_TAG foo_ext_service
24 struct FooExtService {
28 static int32_t FooExtTestFunc11(struct IFooExt *self, const BufferHandle* inData, BufferHandle** outData)
33 static int32_t FooExtTestFunc13(struct IFooExt *self, unknow type inData, unknow type outData)
38 static int32_t FooExtTestFunc15(struct IFooExt *self, uint8_t inData, uint8_t outData)
43 static int32_t FooExtTestFunc16(struct IFooExt *self, uint32_t inData, uint8_t outData)
48 static int32_t FooExtTestFunc17(struct IFooExt *self, uint16_t inData, uint32_t* outData)
53 static int32_t FooExtTestFunc18(struct IFooExt *self, uint64_t inData, uint64_t* outData)
58 static int32_t FooExtTestFunc19(struct IFooExt *self, const struct FooInfo* inDat
[all...]
H A Dfoo_callback_stub.h.txt27 struct FooCallbackStub {
H A Dfoo_ext_stub.h.txt27 struct FooExtStub {
/foundation/ability/idl_tool/test/hdi_unittest/hdi_dump_ast_test/
H A Dbluetooth_a2dp_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dbluetooth_hci_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dcodec_image_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dbattery_v1_2.py29 package_path = os.path.join(work_dir, "foo")
H A Dbattery_v2_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dcamera_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dcamera_v1_1.py29 package_path = os.path.join(work_dir, "foo")
H A Dcamera_v1_2.py29 package_path = os.path.join(work_dir, "foo")
H A Dcodec_v1_0.py29 package_path = os.path.join(work_dir, "foo")
/foundation/ability/idl_tool/test/hdi_unittest/hdi_gen_test/
H A Dbig_d_2000_file_test.py32 content = "package ohos.hdi.foo.v1_0;\n"
34 content += f"import ohos.hdi.foo.v1_0.Types_{loop};\n" namespace
40 content += f" GetData([out] struct FooInfo_{loop} info);\n"
42 content += f" InfoTest([in] struct FooInfo_{loop} inParam, [out] struct FooInfo_{loop} outParam);\n"
47 content = "package ohos.hdi.foo.v1_0;\n"
49 content += f"enum FooType_{loop} "
51 content += " FOO_TYPE_ONE = 1,\n"
52 content += " FOO_TYPE_TWO = 2,\n"
55 content += f"struct FooInfo_{loo
[all...]
H A Da_recognition_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Daudio_effect_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dbattery_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dbattery_v1_1.py29 package_path = os.path.join(work_dir, "foo")
H A Dbattery_v1_2.py29 package_path = os.path.join(work_dir, "foo")
H A Dbattery_v2_0.py29 package_path = os.path.join(work_dir, "foo")
H A Daudio_v1_0.py29 package_path = os.path.join(work_dir, "foo")

Completed in 13 milliseconds

1...<<11121314151617181920>>...134