Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DObjectTest.cpp136 META_NS::Object object1; in HWTEST_F() local
138 auto iobject1 = object1.GetIObject(); in HWTEST_F()
139 object2 = object1; in HWTEST_F()
143 object1.ResetIObject(); in HWTEST_F()
144 EXPECT_FALSE(object1); in HWTEST_F()
145 EXPECT_NE(object1.GetIObject(), iobject2); in HWTEST_F()
/foundation/ability/ability_base/test/unittest/base/
H A Dbase_object_test.cpp171 Object object1; in HWTEST_F() local
176 EXPECT_EQ(false, object->Equals(*(object1.Query(iid)), *(object2.Query(iid)))); in HWTEST_F()
187 Object object1; in HWTEST_F() local
191 EXPECT_EQ(true, object->Equals(*(object1.Query(iid)), *(object1.Query(iid)))); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsecologicalrulemgrserviceclient_fuzzer/
H A Dbmsecologicalrulemgrserviceclient_fuzzer.cpp45 sptr<IRemoteObject> object1; in DoSomethingInterestingWithMyAPI() local
46 BmsEcologicalRuleMgrServiceProxy bmsEcologicalRuleMgrServiceProxy(object1); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/cmdlist_fuzzer/
H A Dcmd_list_fuzzer.cpp114 std::shared_ptr<ExtendImageBaseObj> object1 = cmdList->GetImageBaseObj(id); in CmdListFuzzTest001() local
115 cmdList->AddImageBaseObj(object1); in CmdListFuzzTest001()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp329 auto object1 = new DistributedObjectImpl(sessionId1, flatObjectStore); in HWTEST_F() local
330 status = objectStore->Watch(object1, watcher); in HWTEST_F()
333 status = objectStore->UnWatch(object1); in HWTEST_F()
342 delete object1; in HWTEST_F()
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp172 napi_value object1 = nullptr; in HWTEST_F() local
173 napi_create_object(env, &object1); in HWTEST_F()
175 env, object, TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), nullptr); in HWTEST_F()
189 napi_value object1 = nullptr; in HWTEST_F() local
190 napi_create_object(env, &object1); in HWTEST_F()
192 env, object, TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), nullptr); in HWTEST_F()
223 napi_value object1 = nullptr; in HWTEST_F() local
224 napi_create_object(env, &object1); in HWTEST_F()
226 env, object, nullptr, nullptr, reinterpret_cast<void*>(object1), nullptr); in HWTEST_F()
242 napi_value object1 in HWTEST_F() local
1855 napi_value object1 = nullptr; HWTEST_F() local
2009 napi_value object1 = nullptr; HWTEST_F() local
[all...]

Completed in 15 milliseconds