Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/napi/
Dui_event_observer_napi.cpp62 napi_ref ref = nullptr; in PreprocessCallOnce() local
70 napi_ref ref = nullptr; in PreprocessCallOnce() local
Duitest_napi.cpp455 auto ref = make_unique<string>(argc <= 0 ? "" : JsStrToCppStr(env, argv[0])); in ExportClass() local
457 auto ref = reinterpret_cast<string *>(data); in ExportClass() local
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp42 void IncRef(const string &ref) in IncRef()
52 uint32_t DecAndGetRef(const string &ref) in DecAndGetRef()
532 auto ref = typeName + "#" + to_string(index); in StoreBackendObject() local
544 static T &GetBackendObject(string_view ref) in GetBackendObject()
551 static UiDriver &GetBoundUiDriver(string_view ref) in GetBoundUiDriver()
567 const auto ref = item.get<string>(); in BackendObjectsCleaner() local
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DSendShareRequestTest.cpp69 uint32 **ref, Handler handler) in SAMGR_SendSharedDirectRequestProxy()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Dsendsharerequest_func_test.c72 uint32 **ref, Handler handler) in SAMGR_SendSharedDirectRequestProxy()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp3159 napi_ref *ref = reinterpret_cast<napi_ref *>(data); in ObjectFinalizer() local
3167 napi_ref *ref = reinterpret_cast<napi_ref *>(malloc(sizeof(napi_ref))); in CreateObjectWrap() local
3221 napi_ref *ref = reinterpret_cast<napi_ref *>(data); in CustomObjectFinalizer() local
3229 napi_ref *ref = reinterpret_cast<napi_ref *>(malloc(sizeof(napi_ref))); in ObjectWrapper() local