Home
last modified time | relevance | path

Searched refs:E_INVALID_PROCESS_NAME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h37 E_INVALID_PROCESS_NAME, enumerator
75 {E_INVALID_PROCESS_NAME, "Pause or resume verify failed. caller process name invaild."},
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp188 EXPECT_EQ(ret, E_INVALID_PROCESS_NAME);
214 EXPECT_EQ(ret, E_INVALID_PROCESS_NAME);
227 EXPECT_EQ(ret, E_INVALID_PROCESS_NAME);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp862 return E_INVALID_PROCESS_NAME; in GetAllRunningWorks()
1325 return E_INVALID_PROCESS_NAME; in PauseRunningWorks()
1336 return E_INVALID_PROCESS_NAME; in ResumePausedWorks()
1356 return E_INVALID_PROCESS_NAME; in SetWorkSchedulerConfig()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp289 EXPECT_EQ(ret, E_INVALID_PROCESS_NAME);