/test/testfwk/arkxtest/uitest/record/ |
H A D | pointer_tracker.cpp | 77 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 D | ActsCodecFormatNdkTest.cpp | 50 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 D | SchemaJsTest.js | 34 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 D | SchemaJsunit.test.js | 31 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 D | frontend_api_handler.cpp | 46 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 D | ui_driver.cpp | 519 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 D | plugin_manager.cpp | 29 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 D | plugin_manager.cpp | 29 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 D | hdi_test_device.cpp | 85 return displays_.begin()->second; in GetFirstDisplay() 91 iter.second->Clear(); in Clear()
|
H A D | hdi_test_display.cpp | 152 ret = layerMap.second->PreparePresent(); in PrepareDisplayLayers() 226 return layerMap->second; in GetLayerFromId()
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/ |
H A D | ActsAudioDecEncNdkTest.cpp | 71 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 D | ActsVideoDecEncNdkTest.cpp | 61 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 D | statistics_event.cpp | 36 std::shared_ptr<EventStatisticsMsg> curEventStatisticsMsgPtr = bundle.second; in StatisticsDetail() 142 std::shared_ptr<EventStatisticsMsg> curEventStatisticsMsgPtr = bundle.second; in GlobalElementTypesStatistics()
|
H A D | filter_category.cpp | 33 if ((it != data.end()) && (!it->second.empty())) { in FilterDetail()
|
H A D | statistics_componment.cpp | 38 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 D | buffer_manager_utest.cpp | 380 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 D | devattest_napi_error.cpp | 44 return iter->second; in ConvertToJsErrMsg()
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 145 savePath = iter->second; in DumpLayout() 184 savePath = iter->second; in ScreenCap()
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | ui_event_observer_napi.cpp | 123 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 D | mock_idevice.cpp | 68 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 D | mock_idevice.cpp | 68 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 D | mock_idevice.cpp | 54 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 D | mock_idevice.cpp | 68 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 D | component_tree.h | 81 it->second++; in AddTypeInputCount()
|
/test/xts/device_attest/services/devattest_ability/src/ |
H A D | devattest_service_stub.cpp | 45 auto requestFunc = itFunc->second; in OnRemoteRequest()
|