Home
last modified time | relevance | path

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

/test/xts/dcts/distributedhardware/distributedaudionewtest/
Ddaudio_automat_test.cpp132 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
156 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
180 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
207 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
234 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
261 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
288 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
316 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
359 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
402 int32_t ref = GetSyncOnlineDevices(g_networkId); variable
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/system/
Dsystem_ColorFontChange_test.cpp70 auto ref = OH_ArkUI_RegisterSystemColorModeChangeEvent(image, image, onColorChange); in testRegisterSystemColorModeChangeEvent_001() local
119 auto ref = OH_ArkUI_RegisterSystemColorModeChangeEvent(image, image, onColorChange); in testUnregisterSystemColorModeChangeEvent_002() local
163 auto ref = OH_ArkUI_RegisterSystemFontStyleChangeEvent(text, text, onFontChange); in testRegisterSystemFontStyleChangeEvent_003() local
206 auto ref = OH_ArkUI_RegisterSystemFontStyleChangeEvent(text, text, onFontChange); in testUnregisterSystemFontStyleChangeEvent_004() local
246 auto ref = OH_ArkUI_RegisterSystemFontStyleChangeEvent(text, text, onFontChange); in testSystemFontStyleEvent_GetFontSizeScale_005() local
291 auto ref = OH_ArkUI_RegisterSystemFontStyleChangeEvent(text, text, onFontChange); in testSystemFontStyleEvent_GetFontWeightScale_006() local
/test/xts/acts/arkcompiler/ecmanewfeatures/entry/src/ohosTest/ets/test/
Dtest2021_05.ts21 ref: undefined | WeakRef<weakRefObj> property
/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.cpp441 auto ref = make_unique<string>(argc <= 0 ? "" : JsStrToCppStr(env, argv[0])); in ExportClass() local
443 auto ref = reinterpret_cast<string *>(data); in ExportClass() local
/test/xts/acts/arkcompiler/arkts_ani_test_static/entry/src/main/cpp/
DGlobalAndLocalReferences.h49 ani_ref ref; in test_Reference_StrictEquals() local
DCommon.h66 ani_ref ref; in GetClsData() local
DObjectOperations.h245 auto ref = CallEtsFunctionV<ani_ref>(env, "entry/src/main/src/ets/ObjectOperations", "getNull"); in test_Reference_IsNullishValue() local
DClassCallingStaticMethods.h425 ani_ref ref = nullptr; in test_Class_CallStaticMethodByName_Ref() local
436 ani_ref ref = nullptr; in test_Class_CallStaticMethodByName_Ref_A() local
461 ani_ref ref = nullptr; in test_Class_CallStaticMethodByName_Ref_V() local
864 ani_ref ref = nullptr; in test_Class_CallStaticMethod_Ref() local
DVariableOperations.h301 ani_ref ref = nullptr; in test_Variable_SetValue_Ref() local
DAccessingStaticFields.h373 ani_ref ref = nullptr; in test_Class_GetStaticFieldByName_Ref() local
DAccessingFiledsOfObjects.h40 ani_ref ref; in GetClassObject() local
DCallingInstanceMethods.h42 ani_ref ref; in GetMethodAndObject() local
/test/testfwk/arkxtest/perftest/core/src/
Dfrontend_api_handler.cpp371 auto ref = typeName + "#" + to_string(index); in StoreBackendObject() local
383 static T *GetBackendObject(string_view ref, ApiCallErr &error) in GetBackendObject()
400 const auto ref = item.get<string>(); in BackendObjectsCleaner() local
/test/testfwk/arkxtest/perftest/napi/src/
Dcallback_code_napi.cpp67 napi_ref ref = nullptr; in GetFunctionFromParam() local
Dperftest_napi.cpp434 auto ref = make_unique<string>(argc <= 0 ? "" : JsStrToCppStr(env, argv[0])); in ExportClass() local
436 auto ref = reinterpret_cast<string *>(data); in ExportClass() local
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp45 void IncRef(const string &ref) in IncRef()
55 uint32_t DecAndGetRef(const string &ref) in DecAndGetRef()
590 auto ref = typeName + "#" + to_string(index); in StoreBackendObject() local
602 static T &GetBackendObject(string_view ref) in GetBackendObject()
609 static UiDriver &GetBoundUiDriver(string_view ref) in GetBoundUiDriver()
625 const auto ref = item.get<string>(); in BackendObjectsCleaner() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
Dtest_private.cpp209 JSVM_Ref ref = nullptr; in TEST() 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_es/entry/src/main/cpp/napi/
Dnapi_test.cpp3297 napi_ref *ref = reinterpret_cast<napi_ref *>(data); in ObjectFinalizer() local
3305 napi_ref *ref = reinterpret_cast<napi_ref *>(malloc(sizeof(napi_ref))); in CreateObjectWrap() local
3359 napi_ref *ref = reinterpret_cast<napi_ref *>(data); in CustomObjectFinalizer() local
3367 napi_ref *ref = reinterpret_cast<napi_ref *>(malloc(sizeof(napi_ref))); in ObjectWrapper() local
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp3253 napi_ref *ref = optionalRef; in CallCbAndDeleteRef() local
3409 napi_ref *ref = reinterpret_cast<napi_ref *>(data); in ObjectFinalizer() local
3418 napi_ref *ref = reinterpret_cast<napi_ref *>(malloc(sizeof(napi_ref))); in CreateObjectWrap() local
3472 napi_ref *ref = reinterpret_cast<napi_ref *>(data); in CustomObjectFinalizer() local
3482 napi_ref *ref = reinterpret_cast<napi_ref *>(malloc(sizeof(napi_ref))); in ObjectWrapper() local
10479 napi_ref ref = nullptr; in NapiCreateReferenceTest() local
10520 napi_ref ref = nullptr; in NapiDeleteReferenceTest() local
10553 napi_ref ref = nullptr; in NapiReferenceRefTest() local
10595 napi_ref ref = nullptr; in NapiReferenceUnrefTest() local
10641 napi_ref ref = nullptr; in NapiGetReferenceValueTest() local
[all …]