Home
last modified time | relevance | path

Searched refs:holdResultSet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp889 auto holdResultSet = database.Query(holdRdbPredicates, ALL_DATA); in RecoverTimer() local
890 if (holdResultSet == nullptr || holdResultSet->GoToFirstRow() != OHOS::NativeRdb::E_OK) { in RecoverTimer()
894 holdResultSet->GetRowCount(count); in RecoverTimer()
896 RecoverTimerInner(holdResultSet); in RecoverTimer()
898 if (holdResultSet != nullptr) { in RecoverTimer()
899 holdResultSet->Close(); in RecoverTimer()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp961 auto holdResultSet = database.Query(holdRdbPredicates, ALL_DATA); in NotifyWantAgent() local
962 if (holdResultSet == nullptr || holdResultSet->GoToFirstRow() != OHOS::NativeRdb::E_OK) { in NotifyWantAgent()
964 if (holdResultSet != nullptr) { in NotifyWantAgent()
965 holdResultSet->Close(); in NotifyWantAgent()
970 …tAgent = OHOS::AbilityRuntime::WantAgent::WantAgentHelper::FromString(GetString(holdResultSet, 7)); in NotifyWantAgent()
971 holdResultSet->Close(); in NotifyWantAgent()