Home
last modified time | relevance | path

Searched refs:GetCycleCount (Results 1 - 9 of 9) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_queue.h43 size_t GetCycleCount() const;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_queue.cpp89 size_t RtpPacketSortor::GetCycleCount() const in GetCycleCount() function in OHOS::Sharing::RtpPacketSortor
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h225 int32_t GetCycleCount();
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp219 EXPECT_EQ(workInfo.GetCycleCount(), INVALID_VALUE); in HWTEST_F()
223 EXPECT_EQ(workInfo.GetCycleCount(), 3); in HWTEST_F()
240 EXPECT_EQ(workInfo.GetCycleCount(), INVALID_VALUE); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp360 int32_t cycleCount = workInfo.GetCycleCount(); in OnWorkStart()
412 int32_t cycleCount = workInfo.GetCycleCount(); in OnWorkStop()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp259 cwork.repeatCount = workInfo->GetCycleCount(); in ParseWorkInfo()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp270 int32_t WorkInfo::GetCycleCount() in GetCycleCount() function in OHOS::WorkScheduler::WorkInfo
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp454 napi_create_int32(env, workInfo->GetCycleCount(), &napiCount); in GetNapiWorkInfo()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp1117 auto ret = rtpSortor->GetCycleCount(); in HWTEST_F()

Completed in 10 milliseconds