Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp699 onStartBeginTime_ = GetCurrentDateTime(); in OnStart()
718 onStartEndTime_ = GetCurrentDateTime(); in OnStart()
803 onStartPublishTime_ = GetCurrentDateTime(); in Init()
1317 onKvDataServiceAddTime_ = GetCurrentDateTime(); in OnAddSystemAbility()
1436 std::string FormMgrService::GetCurrentDateTime() in GetCurrentDateTime() function in OHOS::AppExecFwk::FormMgrService
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h696 static std::string GetCurrentDateTime();
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp689 * @tc.name: test GetCurrentDateTime function.
690 * @tc.desc: Verify that the GetCurrentDateTime interface is called normally
696 EXPECT_NE(formMgrService.GetCurrentDateTime(), ""); in HWTEST_F()
703 * @tc.name: test GetCurrentDateTime function.
704 * @tc.desc: Verify that the GetCurrentDateTime interface is called normally

Completed in 7 milliseconds