Home
last modified time | relevance | path

Searched refs:GetCurrentDateTime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp700 onStartBeginTime_ = GetCurrentDateTime(); in OnStart()
719 onStartEndTime_ = GetCurrentDateTime(); in OnStart()
804 onStartPublishTime_ = GetCurrentDateTime(); in Init()
1322 onKvDataServiceAddTime_ = GetCurrentDateTime(); in OnAddSystemAbility()
1441 std::string FormMgrService::GetCurrentDateTime() in GetCurrentDateTime() function in OHOS::AppExecFwk::FormMgrService
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h706 static std::string GetCurrentDateTime();
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp691 EXPECT_NE(formMgrService.GetCurrentDateTime(), "");