Home
last modified time | relevance | path

Searched defs:obj2 (Results 1 – 14 of 14) sorted by relevance

/foundation/ai/intelligent_voice_framework/utils/
Dmessage_queue.cpp47 Message::Message(uint32_t what, std::shared_ptr<void> obj2) : what_(what), obj2_(obj2) in Message()
51 Message::Message(uint32_t what, std::shared_ptr<void> obj2, std::shared_ptr<void> obj3) in Message()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommondef_fuzzer/
Drscommondef_fuzzer.cpp101 MemObject* obj2 = new (std::nothrow) MemObject(size1); in DoMemObject() local
/foundation/ability/ability_base/interfaces/inner_api/base/src/
Dbase_object.cpp180 bool Object::Equals(IInterface &obj1, IInterface &obj2) in Equals()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
Deglwrapperdisplay_fuzzer.cpp89 EglWrapperObject *obj2 = new EglWrapperObject(disp4); in DoSomethingInterestingWithMyAPI() local
/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
DV9_PreferencesPromiseJsunit.test.js434 let obj2 = { variable
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
Dpreferences_ndk_test.cpp625 double obj2 = 2.2; variable
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_session_message_test.cpp308 JsonObj *obj2 = JSON_CreateObject(); variable
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
Dudmf_client_test.cpp2281 auto obj2 = std::make_shared<Object>(); variable
2345 auto obj2 = std::make_shared<Object>(); variable
2409 auto obj2 = std::make_shared<Object>(); variable
2477 auto obj2 = std::make_shared<Object>(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_overlay_test_ng.cpp1039 ResultObject obj2; variable
Drich_editor_test_ng.cpp2309 ResultObject obj2; variable
/foundation/arkui/napi/test/unittest/
Dtest_sendable_napi.cpp1803 napi_value obj2; variable
1871 napi_value obj2; variable
Dtest_napi.cpp4114 napi_value obj2; variable
4174 napi_value obj2; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_query_sync_test.cpp1235 QuerySyncObject obj2; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js4569 …static notifyObjectValueAssignment(obj1, obj2, notifyPropertyChanged, // notify as assignment (non… argument