Home
last modified time | relevance | path

Searched refs:foo (Results 1 - 6 of 6) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/cxx/
H A Dsamgr_rust_test_mem.cpp39 auto foo = sptr<Foo>::MakeSptr(); in GetUniqueSptr() local
40 return std::make_unique<sptr<Foo>>(std::move(foo)); in GetUniqueSptr()
43 std::unique_ptr<Keeper> KeepUniqueSptr(std::unique_ptr<sptr<Foo>> foo) in KeepUniqueSptr() argument
45 return std::make_unique<Keeper>(std::move(*foo.release())); in KeepUniqueSptr()
/foundation/ai/ai_engine/test/common/encdec/
H A Dencdec_test.cpp40 char foo; member
45 int foo; member
55 size_t foo; member
67 return (input.foo == output.foo) && (input.bar == output.bar); in CompareData()
72 return (input.foo == output.foo) && CompareData(input.bar, output.bar); in CompareData()
90 if (input.foo != output.foo) { in CompareData()
104 .foo in GenStructWithPadding()
[all...]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/include/
H A Dsamgr_rust_test_mem.h41 std::unique_ptr<Keeper> KeepUniqueSptr(std::unique_ptr<SptrFoo> foo);
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp92 sptr<IFoo> foo = testService_->TestGetFooService(); in StartGetFooService() local
93 if (foo == nullptr) { in StartGetFooService()
94 ZLOGD(LABEL, "Fail to get foo service"); in StartGetFooService()
H A Dtest_service_skeleton.cpp232 ZLOGE(LABEL, "null foo service"); in TestGetFooService()
738 sptr<IFoo> foo = new FooStub(); in TestNestingSend() local
739 sptr<IRemoteObject> sendFoo = foo->AsObject(); in TestNestingSend()
856 sptr<IFoo> foo = iface_cast<IFoo>(object); in ServerNestingSend() local
857 int innerResult = foo->TestNestingSend(data.ReadInt32()); in ServerNestingSend()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp1019 class foo { class
1049 foo f; in HWTEST_F()
1059 std::thread t5(&foo::bar, &f); // t5 runs foo::bar() on object f in HWTEST_F()
1075 foo f; in HWTEST_F()
1085 ffrt::thread t5(&foo::bar, &f); // t5 runs foo::bar() on object f in HWTEST_F()

Completed in 6 milliseconds