/test/xts/acts/commonlibrary/ets_utils/buffer_lib_standard/src/main/js/test/ |
D | Buffer.test.js | 2314 let ref = buf.readInt8(buf.length - 1); 2315 expect(ref).assertEqual(114); 2506 let ref = buf.writeInt32BE(0x12345678, 0); 2507 expect(ref).assertEqual(4); 2523 let ref = buf.writeInt32BE(0x12345678, -1); 2542 let ref = buf.writeInt32BE(0x123456789, 0); 2561 let ref = buf.writeInt32BE(0x12345678, 1); 2580 let ref = buf.writeInt32BE("string", 1); 2598 let ref = buf.writeInt32LE(0x12345678, 0); 2599 expect(ref).assertEqual(4); [all …]
|
/test/xts/acts/arkui/ace_ets_web_dev_webviewController/entry/src/main/ets/MainAbility/pages/ |
D | onWindowNew.ets | 30 @State ref:number = 0; 64 this.ref = 0; 69 Utils.emitEvent(this.ref, 7100) 78 this.ref = 0; 84 Utils.emitEvent(this.ref, 7102) 94 this.ref = 0; 99 Utils.emitEvent(this.ref, 7104) 108 this.ref = 0; 113 Utils.emitEvent(this.ref, 7106) 192 console.log('this.ref ===:' + this.ref); [all …]
|
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/business/ |
D | BusinessModal.vue | 26 …<a-table ref="table" size="small" rowKey="id" class="j-table-force-nowrap" :columns="columns1" :da… 49 …<a-table ref="table" size="small" rowKey="id" class="j-table-force-nowrap" :columns="columns2" :da… 63 import { ref, computed, unref } from 'vue'; 75 const isUpdate = ref(true); 76 const isDisabledGoods = ref(true); 88 const businessModel = ref({ id: null, businessId: null }); 90 const ipagination1 = ref<any>({ 101 const ipagination2 = ref<any>({ 112 const columns1 = ref(columnsGoods); 113 const columns2 = ref(columnsComment); [all …]
|
D | CommentModal.vue | 29 import { ref } from 'vue'; 30 const comment = ref({
|
/test/testfwk/arkxtest/uitest/napi/ |
D | ui_event_observer_napi.cpp | 62 napi_ref ref = nullptr; in PreprocessCallOnce() local 63 NAPI_CALL_RETURN_VOID(env, napi_create_reference(env, jsThis, 1, &ref)); in PreprocessCallOnce() 65 g_jsRefs.insert({ call.callerObjRef_, ref }); in PreprocessCallOnce() 70 napi_ref ref = nullptr; in PreprocessCallOnce() local 71 NAPI_CALL_RETURN_VOID(env, napi_create_reference(env, jsCallback, 1, &ref)); in PreprocessCallOnce() 72 LOG_I("CbId = %{public}s, CbRef = %{public}p", jsCbId.c_str(), ref); in PreprocessCallOnce() 74 g_jsRefs.insert({ jsCbId, ref }); in PreprocessCallOnce()
|
/test/xts/acts/graphic/webGL/src/main/js/TestAbility/pages/index/ |
D | index.hml | 5 …<canvas ref='canvas1' id='canvas1' style='width:400px;height:200px;background-color:brown;'></canv… 6 …<canvas ref='canvas2' id='canvas2' style='width:400px;height:200px;background-color:royalblue;'></…
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/pickerView/prop212/ |
D | index.hml | 30 通用属性 -- ref 33 ref="refProp"> 36 ref="">
|
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/pickerView/prop212/ |
D | index.hml | 30 通用属性 -- ref 33 ref="refProp"> 36 ref="">
|
/test/xts/acts/arkui/ace_standard/src/main/js/test/ |
D | pickerViewProps212.test.js | 96 expect(obj.$attrs.ref).assertEqual('refProp') 115 expect(obj.$attrs.ref).assertEqual(undefined) 116 console.info("[pickerViewProps] get ref value is: " + JSON.stringify(obj.$attrs.ref));
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/test/ |
D | pickerViewProps212.test.js | 96 expect(obj.$attrs.ref).assertEqual('refProp') 115 expect(obj.$attrs.ref).assertEqual(undefined) 116 console.info("[pickerViewProps] get ref value is: " + JSON.stringify(obj.$attrs.ref));
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
D | SendShareRequestTest.cpp | 40 uint32 **ref, Handler handler); 69 uint32 **ref, Handler handler) in SAMGR_SendSharedDirectRequestProxy() argument 71 return SAMGR_SendSharedDirectRequest(id, req, resp, ref, handler); in SAMGR_SendSharedDirectRequestProxy() 109 .ref = 1, 231 .ref = 1, 248 .ref = 0, 265 .ref = 0,
|
D | TaskpoolNoTaskTest.cpp | 91 .ref = 1, 135 .ref = 1,
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
D | sendsharerequest_func_test.c | 43 uint32 **ref, Handler handler); 72 uint32 **ref, Handler handler) in SAMGR_SendSharedDirectRequestProxy() argument 74 return SAMGR_SendSharedDirectRequest(id, req, resp, ref, handler); in SAMGR_SendSharedDirectRequestProxy() 109 .ref = 1, 255 .ref = 1, 271 .ref = 0, 287 .ref = 0,
|
D | taskpool_notask_func_test.c | 93 .ref = 1, 135 .ref = 1,
|
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/goods/ |
D | GoodsModal.vue | 22 import { ref, computed, unref, defineProps } from 'vue'; 29 const isUpdate = ref(true); 30 const businessId = ref(null);
|
D | detail.vue | 64 import { ref } from 'vue'; 66 const goodsId = ref(route.query?.id); 67 const goodsModel = ref({ 82 const businessModel = ref({
|
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/common/ |
D | napi_helper.h | 40 static napi_value GetReferenceValue(napi_env env, napi_ref ref); 41 static void DeleteReference(napi_env env, napi_ref ref);
|
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/common/ |
D | napi_helper.h | 40 static napi_value GetReferenceValue(napi_env env, napi_ref ref); 41 static void DeleteReference(napi_env env, napi_ref ref);
|
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/common/ |
D | napi_helper.h | 40 static napi_value GetReferenceValue(napi_env env, napi_ref ref); 41 static void DeleteReference(napi_env env, napi_ref ref);
|
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/ |
D | napi_helper.h | 40 static napi_value GetReferenceValue(napi_env env, napi_ref ref); 41 static void DeleteReference(napi_env env, napi_ref ref);
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/ |
D | napi_helper.h | 40 static napi_value GetReferenceValue(napi_env env, napi_ref ref); 41 static void DeleteReference(napi_env env, napi_ref ref);
|
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/common/ |
D | napi_helper.h | 38 static napi_value GetReferenceValue(napi_env env, napi_ref ref); 39 static void DeleteReference(napi_env env, napi_ref ref);
|
/test/xts/tools/sample/ServerSampleD/vue/src/views/oh-sample/video/ |
D | VideoModal.vue | 22 …<videoPlay ref="playRef" v-bind="options" @play="onPlay" @pause="onPause" @timeupdate="onTimeupdat… 34 import { reactive, computed, ref } from 'vue'; 42 const playRef = ref(null);
|
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/site/ |
D | SiteModal.vue | 23 import { ref, computed, unref, defineProps } from 'vue'; 31 const isUpdate = ref(true);
|
/test/testfwk/arkxtest/uitest/core/ |
D | frontend_api_handler.cpp | 42 void IncRef(const string &ref) in IncRef() argument 44 auto find = refCountMap_.find(ref); in IncRef() 48 refCountMap_.insert(make_pair(ref, 1)); in IncRef() 52 uint32_t DecAndGetRef(const string &ref) in DecAndGetRef() argument 54 auto find = refCountMap_.find(ref); in DecAndGetRef() 532 auto ref = typeName + "#" + to_string(index); in StoreBackendObject() local 534 sBackendObjects[ref] = move(ptr); in StoreBackendObject() 537 sDriverBindingMap[ref] = ownerRef; in StoreBackendObject() 539 return ref; in StoreBackendObject() 544 static T &GetBackendObject(string_view ref) in GetBackendObject() argument [all …]
|