Home
last modified time | relevance | path

Searched refs:second (Results 1 - 25 of 55) sorted by relevance

123

/test/testfwk/arkxtest/uitest/record/
H A Dpointer_tracker.cpp77 TimeStamp lastTime = it->second->GetVelocityTracker().GetLastTimePoint(); in HandleDownEvent()
79 if (duration > ERROR_POINTER && it->second != nullptr) { in HandleDownEvent()
81 delete it->second; in HandleDownEvent()
110 auto judgeFunction = pointerTypeJudgMap_.find(pointerTypeJudgChain_[0])->second; in HandleMoveEvent()
113 FingerTracker* ftracker = fingerTrackers.find(event.downTime)->second; in HandleMoveEvent()
128 fingerTrackers.find(event.downTime)->second->UpdatevelocityTracker(event); in HandleUpEvent()
130 auto judgeFunction = pointerTypeJudgMap_.find(pointerTypeJudgChain_[0])->second; in HandleUpEvent()
133 fingerTrackers.find(event.downTime)->second->HandleUpEvent(event); in HandleUpEvent()
134 fingerTrackers.find(event.downTime)->second->BuildFingerInfo(); in HandleUpEvent()
172 if (it->second ! in ClearFingerTrackersValues()
[all...]
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp50 if (t.second.first) { in CheckDecDesc()
61 if (out_int32 != t.second.second) { in CheckDecDesc()
63 << "; expect: " << t.second.second in CheckDecDesc()
77 if (t.second.first) { in SetFormat()
78 ret = OH_AVFormat_SetLongValue(format, key, static_cast<int64_t>(t.second.second)); in SetFormat()
80 ret = OH_AVFormat_SetIntValue(format, key, static_cast<int32_t>(t.second.second)); in SetFormat()
[all...]
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DSchemaJsTest.js34 value : '{"english":{"first":"leda' + i + '", "second":"yang"}}'
62 reject(new Error('not resolved in 2 second, reject it.'))
158 let second = new ddm.FieldNode('second');
159 second.type = ddm.ValueType.STRING;
160 second.nullable = false;
161 second.default = 'second name';
166 english.appendChild(second);
170 schema.indexes = ['$.english.first', '$.english.second'];
[all...]
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DSchemaJsunit.test.js31 value : '{"english":{"first":"leda' + i + '", "second":"yang"}}'
59 reject(new Error('not resolved in 2 second, reject it.'))
162 let second = new ddm.FieldNode('second');
163 second.type = ddm.ValueType.STRING;
164 second.nullable = false;
165 second.default = 'second name';
170 english.appendChild(second);
174 schema.indexes = ['$.english.first', '$.english.second'];
[all...]
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp46 find->second++; in IncRef()
56 find->second--; in DecAndGetRef()
57 if (find->second == 0) { in DecAndGetRef()
61 return find->second; in DecAndGetRef()
80 const auto &observerRef = find->second.first;
81 const auto &callbackRef = find->second.second;
102 if (find->second.first == observerRef && find->second.second in AddCallbackInfo()
[all...]
H A Dui_driver.cpp519 if (pair.second != KEYCODE_NONE) { in TextToKeyEvents()
520 events.emplace_back(KeyEvent {ActionStage::DOWN, pair.second, 0}); in TextToKeyEvents()
523 if (pair.second != KEYCODE_NONE) { in TextToKeyEvents()
524 events.emplace_back(KeyEvent {ActionStage::UP, pair.second, 0}); in TextToKeyEvents()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp29 if (iter->second != nullptr) { in ~PluginManager()
30 delete iter->second; in ~PluginManager()
31 iter->second = nullptr; in ~PluginManager()
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp29 if (iter->second != nullptr) { in ~PluginManager()
30 delete iter->second; in ~PluginManager()
31 iter->second = nullptr; in ~PluginManager()
/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_device.cpp85 return displays_.begin()->second; in GetFirstDisplay()
91 iter.second->Clear(); in Clear()
H A Dhdi_test_display.cpp152 ret = layerMap.second->PreparePresent(); in PrepareDisplayLayers()
226 return layerMap->second; in GetLayerFromId()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
H A DActsAudioDecEncNdkTest.cpp71 if (out != t.second) { in CheckDecDesc()
73 << "; expect: "<< t.second in CheckDecDesc()
87 if (not OH_AVFormat_SetIntValue(format, key, t.second)) { in SetFormat()
89 << ", value: "<< t.second << endl; in SetFormat()
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
H A DActsVideoDecEncNdkTest.cpp61 if (out != t.second) { in CheckDecDesc()
63 << "; expect: "<< t.second in CheckDecDesc()
83 if (not OH_AVFormat_SetIntValue(format, key, t.second)) { in SetFormat()
85 << ", value: "<< t.second << endl; in SetFormat()
/test/ostest/wukong/report/src/
H A Dstatistics_event.cpp36 std::shared_ptr<EventStatisticsMsg> curEventStatisticsMsgPtr = bundle.second; in StatisticsDetail()
142 std::shared_ptr<EventStatisticsMsg> curEventStatisticsMsgPtr = bundle.second; in GlobalElementTypesStatistics()
H A Dfilter_category.cpp33 if ((it != data.end()) && (!it->second.empty())) { in FilterDetail()
H A Dstatistics_componment.cpp38 std::shared_ptr<ComponmentStatisticsMsg> curComponmentStatisticsMsgPtr = bundle.second; in StatisticsDetail()
165 std::shared_ptr<ComponmentStatisticsMsg> curComponmentStatisticsMsgPtr = bundle.second; in GlobalComponmentTypeStatistics()
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
H A Dbuffer_manager_utest.cpp380 EXPECT_EQ(true, graph.front().second.size() == 3); in HWTEST_F()
382 EXPECT_EQ(true, graph.back().second.size() < 2); in HWTEST_F()
385 for (auto& b : it->second) { in HWTEST_F()
581 buffer = it->second; in EnqueueBufferNonBlock()
617 return b.second == buffer; in DequeueBuffer()
/test/xts/device_attest/interfaces/kits/napi/src/
H A Ddevattest_napi_error.cpp44 return iter->second; in ConvertToJsErrMsg()
/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp145 savePath = iter->second; in DumpLayout()
184 savePath = iter->second; in ScreenCap()
/test/testfwk/arkxtest/uitest/napi/
H A Dui_event_observer_napi.cpp123 ctx.observerRef = findObserver->second; in InitCallbackContext()
124 ctx.callbackRef = findCallback->second; in InitCallbackContext()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.cpp68 ret = iDevice->GetVersion(hdiVersion.first, hdiVersion.second); in HDIDeviceV2_0Creator()
74 version = 'v' + std::to_string(hdiVersion.first) + '_' + std::to_string(hdiVersion.second); in HDIDeviceV2_0Creator()
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp68 ret = iDevice->GetVersion(hdiVersion.first, hdiVersion.second); in HDIDeviceV2_1Creator()
74 version = 'v' + std::to_string(hdiVersion.first) + '_' + std::to_string(hdiVersion.second); in HDIDeviceV2_1Creator()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.cpp54 hdiRet = iDevice->GetVersion(hdiVersion.first, hdiVersion.second); in HDIDeviceV1_0Creator()
59 version = 'v' + std::to_string(hdiVersion.first) + '_' + std::to_string(hdiVersion.second); in HDIDeviceV1_0Creator()
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.cpp68 ret = iDevice->GetVersion(hdiVersion.first, hdiVersion.second); in HDIDeviceV2_0Creator()
74 version = 'v' + std::to_string(hdiVersion.first) + '_' + std::to_string(hdiVersion.second); in HDIDeviceV2_0Creator()
/test/ostest/wukong/component_event/include/
H A Dcomponent_tree.h81 it->second++; in AddTypeInputCount()
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_service_stub.cpp45 auto requestFunc = itFunc->second; in OnRemoteRequest()

Completed in 13 milliseconds

123