Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommondef_fuzzer/
H A Drscommondef_fuzzer.cpp101 MemObject* obj2 = new (std::nothrow) MemObject(size1); in DoMemObject() local
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dbase_object.cpp180 bool Object::Equals(IInterface &obj1, IInterface &obj2) in Equals()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp89 EglWrapperObject *obj2 = new EglWrapperObject(disp4); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DV9_PreferencesPromiseJsunit.test.js434 let obj2 = { class in AnonymousFunction1753fbd10100.AnonymousFunction1753fbd11900
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1912 RemoteObject obj2; variable
1950 RemoteObject obj2; variable
1983 RemoteObject obj2; variable
2016 RemoteObject obj2; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp308 JsonObj *obj2 = JSON_CreateObject(); variable
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp625 double obj2 = 2.2; variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp2318 auto obj2 = std::make_shared<Object>(); variable
2382 auto obj2 = std::make_shared<Object>(); variable
2446 auto obj2 = std::make_shared<Object>(); variable
2514 auto obj2 = std::make_shared<Object>(); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp1039 ResultObject obj2; variable
H A Drich_editor_test_ng.cpp2309 ResultObject obj2; variable
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp1803 napi_value obj2; variable
1871 napi_value obj2; variable
H A Dtest_napi.cpp4114 napi_value obj2; variable
4174 napi_value obj2; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp1235 QuerySyncObject obj2; variable
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1960 RemoteObject obj2; in ParcelWriteData() local
2045 RemoteObject obj2; in BENCHMARK_F() local
2089 RemoteObject obj2; in BENCHMARK_F() local
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp1280 napi_value obj2 = argv[INDEX_1]; in PipeClaimInterface() local
1320 napi_value obj2 = argv[INDEX_1]; in PipeReleaseInterface() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js4569 …static notifyObjectValueAssignment(obj1, obj2, notifyPropertyChanged, // notify as assignment (non… argument