/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
D | app_account_subscribe_info_test.cpp | 73 EXPECT_EQ(owners.front(), ownersFromSubscribeInfo.front()); 98 EXPECT_EQ(owners.front(), subscribeInfo.owners_.front()); 132 EXPECT_EQ(owners.front(), ownersFromSubscribeInfo.front());
|
/base/usb/usb_manager/test/fuzztest/usbmgrrequestqueue_fuzzer/ |
D | usbmgrrequestqueue_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrRequestQueueFuzzTest() 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrRequestQueueFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrrequestfree_fuzzer/ |
D | usbmgrrequestfree_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrRequestFreeFuzzTest() 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrRequestFreeFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrsetinterface_fuzzer/ |
D | usbmgrsetinterface_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrSetInterfaceFuzzTest() 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrSetInterfaceFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrreleaseinterface_fuzzer/ |
D | usbmgrreleaseinterface_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrReleaseInterfaceFuzzTest() 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrReleaseInterfaceFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrpiperequestwait_fuzzer/ |
D | usbmgrpiperequestwait_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrPipeRequestWaitFuzzTest() 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrPipeRequestWaitFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrcontroltransfer_fuzzer/ |
D | usbmgrcontroltransfer_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrControlTransferFuzzTest() 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrControlTransferFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrbulktransfer_fuzzer/ |
D | usbmgrbulktransfer_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrBulkTransferFuzzTest() 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrBulkTransferFuzzTest()
|
/base/usb/usb_manager/test/native/service_unittest/src/ |
D | usb_device_pipe_test.cpp | 88 UsbDevice device = devi.front(); 117 UsbDevice device = deviceList.front(); 147 UsbDevice device = devi.front(); 184 UsbDevice device = devi.front(); 223 UsbDevice device = devi.front(); 262 UsbDevice device = devi.front(); 299 UsbDevice device = devi.front(); 338 UsbDevice device = devi.front(); 377 UsbDevice device = devi.front(); 379 UsbInterface interface = device.GetConfigs().front().GetInterfaces().front(); [all …]
|
D | usb_bulkcallback_test.cpp | 125 UsbDevice device = devi.front(); 131 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); 132 USBEndpoint point = interface.GetEndpoints().front(); 173 UsbDevice device = devi.front(); 179 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); 221 UsbDevice device = devi.front(); 227 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); 271 UsbDevice device = devi.front(); 277 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); 321 UsbDevice device = devi.front(); [all …]
|
D | usb_request_test.cpp | 88 UsbDevice device = delist.front(); 95 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); 96 USBEndpoint point = interface.GetEndpoints().front(); 131 UsbDevice device = delist.front(); 139 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); 177 UsbDevice device = delist.front(); 184 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); 220 UsbDevice device = delist.front(); 227 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); 263 UsbDevice device = delist.front(); [all …]
|
/base/usb/usb_manager/test/fuzztest/common/src/ |
D | usb_common_fuzz.cpp | 34 UsbDevice device = devList.front(); in UsbMgrPrepareFuzzEnv() 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().at(1); in UsbMgrPrepareFuzzEnv()
|
/base/inputmethod/imf/services/src/ |
D | message_handler.cpp | 28 Message *msg = mQueue.front(); in ~MessageHandler() 57 Message *msg = (Message *)mQueue.front(); in GetMessage()
|
/base/usb/usb_manager/test/native/mock/src/ |
D | usb_device_pipe_mock_test.cpp | 703 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); 719 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); 735 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); 751 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); 767 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); 787 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); 806 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); 826 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); 846 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(0); 862 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(0); [all …]
|
/base/hiviewdfx/faultloggerd/test/unittest/callstack/ |
D | hashlist_test.cpp | 182 HWTEST_F(HashListTest, front, TestSize.Level1) 189 auto first1 = hashList.front(); 190 const auto first2 = hashList.front(); 205 auto last2 = hashList.front(); 219 auto val2 = hashList.front(); 246 std::size_t tmp = hashList.front(); 269 std::size_t tmp = hashList.front(); 299 std::size_t tmp = hashList.front();
|
/base/hiviewdfx/hiview/base/ |
D | pipeline.cpp | 54 std::weak_ptr<Plugin> plugin = processors_.front(); in OnContinue() 128 auto& plugin = seq.front(); in FillPipelineInfo() 147 std::weak_ptr<Plugin> plugin = processors_.front(); in CanProcessEvent()
|
/base/hiviewdfx/hiview/base/running_status_logger/ |
D | running_status_logger.cpp | 102 if ((allLogFiles.size() == logFileCntLimit) && !FileUtil::RemoveFile(allLogFiles.front())) { in GetLogWroteDestFile() 122 if ((allLogFiles.size() == logFileCntLimit) && !FileUtil::RemoveFile(allLogFiles.front())) { in GetLogWroteDestFile() 143 curTask = logWritingTasks.front(); in ImmediateWrite()
|
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_hisysevent_test.cpp | 166 return (str == events.front()) ? (eventName + str) : (eventName + "," + str); in HWTEST_F() 173 return (str == anotherEvent.front()) ? (eventName + str) : (eventName + "," + str); in HWTEST_F() 200 return (str == events.front()) ? (eventName + str) : (eventName + "," + str); in HWTEST_F() 208 return (str == anotherEvent.front()) ? (eventName + str) : (eventName + "," + str); in HWTEST_F()
|
/base/powermgr/thermal_manager/utils/native/src/ |
D | string_operation.cpp | 84 if (str.empty() || (!isdigit(str.front()) && (str.front() != '-'))) { in StrToUint()
|
/base/update/sys_installer/frameworks/action_processer/src/ |
D | action_processer.cpp | 60 curAction_ = std::move(actionQue_.front()); in Start() 153 curAction_ = std::move(actionQue_.front()); in StartNextAction()
|
/base/usb/usb_manager/test/fuzztest/usbmgrrequestinitialize_fuzzer/ |
D | usbmgrrequestinitialize_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrRequestInitializeFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrclose_fuzzer/ |
D | usbmgrclose_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrCloseFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrsetconfiguration_fuzzer/ |
D | usbmgrsetconfiguration_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrSetConfigurationFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrclaiminterface_fuzzer/ |
D | usbmgrclaiminterface_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrClaimInterfaceFuzzTest()
|
/base/usb/usb_manager/test/fuzztest/usbmgrgetfiledescriptor_fuzzer/ |
D | usbmgrgetfiledescriptor_fuzzer.cpp | 34 UsbDevice device = devList.front(); in UsbMgrGetFileDescriptorFuzzTest()
|