Searched refs:TASK_KEEPING (Results 1 - 8 of 8) sorted by relevance
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_mode.h | 33 TASK_KEEPING,
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | init.cpp | 70 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::TASK_KEEPING), "TASK_KEEPING"); in BackgroundModeInit()
|
H A D | init_bgtaskmgr.cpp | 75 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::TASK_KEEPING), "TASK_KEEPING"); in BackgroundModeInit()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
H A D | background_task_observer.h | 72 && eventData->GetTypeId() <= BackgroundTaskMgr::BackgroundMode::TASK_KEEPING; in ValidateTaskInfo()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 46 TASK_KEEPING = 1 << 8, member in OHOS::AppExecFwk::BackgroundMode
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 70 TASK_KEEPING = 1 << 8, member in OHOS::AppExecFwk::GetAbilityInfoFlag::BackgroundMode
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 45 #define TASK_KEEPING 9 macro 194 typeId = TASK_KEEPING; in ContinuousTaskStartFuzzTest() 222 typeId = TASK_KEEPING; in ContinuousTaskStopFuzzTest() 250 typeId = TASK_KEEPING; in ContinuousTaskUpdateFuzzTest()
|
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 202 EXPECT_EQ(TASK_KEEPING_ID, (int32_t)BackgroundMode::TASK_KEEPING); in HWTEST_F()
|
Completed in 7 milliseconds