Home
last modified time | relevance | path

Searched refs:GetPolicyName (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/policy/
H A Dipolicy_filter.h36 virtual std::string GetPolicyName();
H A Dthermal_policy.h40 std::string GetPolicyName() override;
H A Dpower_mode_policy.h39 std::string GetPolicyName() override;
H A Dmemory_policy.h41 std::string GetPolicyName() override;
H A Dcpu_policy.h39 std::string GetPolicyName() override;
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dpower_mode_policy.cpp58 std::string PowerModePolicy::GetPolicyName() in GetPolicyName() function in OHOS::WorkScheduler::PowerModePolicy
H A Dthermal_policy.cpp55 std::string ThermalPolicy::GetPolicyName() in GetPolicyName() function in OHOS::WorkScheduler::ThermalPolicy
H A Dmemory_policy.cpp94 std::string MemoryPolicy::GetPolicyName() in GetPolicyName() function in OHOS::WorkScheduler::MemoryPolicy
H A Dcpu_policy.cpp80 std::string CpuPolicy::GetPolicyName() in GetPolicyName() function in OHOS::WorkScheduler::CpuPolicy
/foundation/resourceschedule/work_scheduler/services/test/src/policy/
H A Dmemory_policy_test.cpp89 * @tc.desc: Test MemoryPolicy GetPolicyName.
95 std::string ret = memoryPolicy_->GetPolicyName(); in HWTEST_F()
H A Dpower_mode_policy_test.cpp99 * @tc.desc: Test PowerModePolicy GetPolicyName.
105 std::string ret = powerModePolicy_->GetPolicyName(); in HWTEST_F()
H A Dthermal_policy_test.cpp104 * @tc.desc: Test ThermalPolicy GetPolicyName.
110 std::string ret = thermalPolicy_->GetPolicyName(); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp297 policyName = policyFilter->GetPolicyName(); in GetMaxRunningCount()

Completed in 6 milliseconds