Home
last modified time | relevance | path

Searched refs:GetMillisecondFromTm (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_util.h84 static int64_t GetMillisecondFromTm(struct tm &tmAtTime);
/foundation/ability/form_fwk/test/unittest/fms_form_util_test/
H A Dfms_form_util_test.cpp168 * @tc.desc: Verify GetMillisecondFromTm
179 auto result = FormUtil::GetMillisecondFromTm(*timeinfo); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_util.cpp177 int64_t FormUtil::GetMillisecondFromTm(struct tm &tmAtTime) in GetMillisecondFromTm() function in OHOS::AppExecFwk::FormUtil
H A Dform_timer_mgr.cpp894 int64_t selectTime = FormUtil::GetMillisecondFromTm(tmAtTime); in UpdateAtTimerAlarm()
1027 int64_t limiterWakeUpTime = FormUtil::GetMillisecondFromTm(tmAtTime); in UpdateLimiterAlarm()

Completed in 4 milliseconds