Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/cxx/
H A Dsamgr_rust_test_mem.cpp39 auto foo = sptr<Foo>::MakeSptr(); in GetUniqueSptr() local
43 std::unique_ptr<Keeper> KeepUniqueSptr(std::unique_ptr<sptr<Foo>> foo) in KeepUniqueSptr()
/ohos5.0/foundation/ai/ai_engine/test/common/encdec/
H A Dencdec_test.cpp40 char foo; member
45 int foo; member
55 size_t foo; member
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp92 sptr<IFoo> foo = testService_->TestGetFooService(); in StartGetFooService() local
H A Dtest_service_skeleton.cpp738 sptr<IFoo> foo = new FooStub(); in TestNestingSend() local
856 sptr<IFoo> foo = iface_cast<IFoo>(object); in ServerNestingSend() local
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp787 class foo { class
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.cpp225 void NativeEngineTest::foo(const uv_async_t* req) in foo() function in Commonlibrary::Concurrent::TaskPoolModule::NativeEngineTest