Home
last modified time | relevance | path

Searched full:foo* (Results 676 - 700 of 30215) sorted by relevance

1...<<21222324252627282930>>...1209

/foundation/ability/idl_tool/test/hdi_unittest/hdi_dump_ast_test/
H A Dhdi_compile_opt_test_02.py29 package_path = os.path.join(work_dir, "foo")
H A Dhdi_compile_opt_test_01.py29 package_path = os.path.join(work_dir, "foo")
H A Ddistributed_camera_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dhdi_all_type_test_001.py30 idl_dir = os.path.join(package_path, "foo", "v1_0")
H A Dfingerprint_auth_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dfingerprint_auth_v1_1.py29 package_path = os.path.join(work_dir, "foo")
H A Dface_auth_v1_0.py29 package_path = os.path.join(work_dir, "foo")
H A Dface_auth_v1_1.py29 package_path = os.path.join(work_dir, "foo")
H A Ddrm_v1_0.py29 package_path = os.path.join(work_dir, "foo")
/foundation/ability/idl_tool/test/hdi_unittest/hdi_hash_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_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 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")
/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/dump_ast_target/
H A Ddump.txt1 AST[name: IHidDdk file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/foo/input/ddk/v1_0/IHidDdk.idl]
21 AST[name: HidDdkTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/foo/input/ddk/v1_0/HidDdkTypes.idl]
/foundation/ability/idl_tool/test/hdi_unittest/light_v1_0/dump_ast_target/
H A Ddump.txt1 AST[name: ILightInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/light_v1_0/foo/light/v1_0/ILightInterface.idl]
23 AST[name: LightTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/light_v1_0/foo/light/v1_0/LightTypes.idl]
/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_cellbatching_v1_0/dump_ast_target/
H A Ddump.txt1 AST[name: ICellbatchingCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_cellbatching_v1_0/foo/location/lpfence/cellbatching/v1_0/ICellbatchingCallback.idl]
14 AST[name: ICellbatchingInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_cellbatching_v1_0/foo/location/lpfence/cellbatching/v1_0/ICellbatchingInterface.idl]
34 AST[name: CellbatchingTypes file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_cellbatching_v1_0/foo/location/lpfence/cellbatching/v1_0/CellbatchingTypes.idl]
/foundation/ability/idl_tool/test/hdi_unittest/overload_method_idl/cpp_target/foo/v1_1/
H A Dfoo_proxy.cpp.txt16 #include "v1_1/foo_proxy.h"
25 #define HDF_LOG_TAG foo_proxy
29 namespace Foo {
60 int32_t fooRet = proxy->GetVersion(serMajorVer, serMinorVer);
61 if (fooRet != HDF_SUCCESS) {
74 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo::V1_1::IFoo::Get(bool isStub)
76 return IFoo::Get("foo_service", isStub);
79 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo
[all...]
H A Dfoo_stub.cpp.txt16 #include "v1_1/foo_stub.h"
23 #define HDF_LOG_TAG foo_stub
27 namespace Foo {
31 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo::V1_1::IFoo::Get(bool isStub)
33 return OHOS::HDI::Foo::V1_1::IFoo::Get("foo_service", isStub);
36 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo::V1_1::IFoo::Get(const std::string& serviceName, bool isStub)
41 std::string desc = Str16ToStr8(OHOS::HDI::Foo
[all...]
H A Dfoo_driver.cpp.txt20 #include "v1_1/foo_stub.h"
22 #define HDF_LOG_TAG foo_driver
24 using namespace OHOS::HDI::Foo::V1_1;
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_1::IFoo::Get(true);
79 OHOS::HDI::Foo::V1_1::IFoo::GetDescriptor());
H A Dfoo_proxy.h.txt19 #include "v1_0/foo_proxy.h"
26 namespace Foo {
29 class FooProxy : public IProxyBroker<OHOS::HDI::Foo::V1_1::IFoo> {
33 IServiceManagerDeathRecipient(wptr<OHOS::HDI::Foo::V1_1::FooProxy> proxy) : proxy_(proxy) {}
45 result = OHOS::HDI::Foo::V1_1::FooProxy::Reconnect(proxy);
51 wptr<OHOS::HDI::Foo::V1_1::FooProxy> proxy
[all...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...1209