Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h197 void SetWatchdogTimeByDump(int32_t time);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp649 void WorkPolicyManager::SetWatchdogTimeByDump(int32_t time) in SetWatchdogTimeByDump() function in OHOS::WorkScheduler::WorkPolicyManager
H A Dwork_scheduler_service.cpp1103 workPolicyManager_->SetWatchdogTimeByDump(std::stoi(value)); in DumpParamSet()