Home
last modified time | relevance | path

Searched refs:Front (Results 1 - 7 of 7) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dmessage_queue.h46 std::pair<uint32_t, MessageDataType> Front();
H A Dmessage_queue.cpp73 std::pair<uint32_t, MessageDataType> MarkedMessageQueue::Front() in Front() function in Commonlibrary::Concurrent::WorkerModule::MarkedMessageQueue
H A Dworker.cpp1507 std::pair<uint32_t, MessageDataType> pair = hostGlobalCallQueue_.Front(); in HostOnGlobalCallInner()
/commonlibrary/c_utils/base/include/
H A Dsorted_vector.h166 const TYPE& Front() const { return vec_.front(); } in Front() function in OHOS::SortedVector
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_sorted_vector_test.cpp609 ASSERT_EQ(svec.Front(), 0); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/sorted_vector_benchmark_test/
H A Dsorted_vector_benchmark_test.cpp778 AssertEqual(svec.Front(), frontSvectorFrontValue, "svec.Front() did not equal 0 as expected.", state); in BENCHMARK_F()
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp1590 std::pair<uint32_t, MessageDataType> pair = queue.Front(); in HWTEST_F()

Completed in 16 milliseconds