Home
last modified time | relevance | path

Searched refs:Condition (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp187 std::shared_ptr<Condition> networkCondition = std::make_shared<Condition>();
292 std::shared_ptr<Condition> timerCondition = std::make_shared<Condition>();
549 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>();
565 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>();
582 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>();
601 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>();
618 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>();
647 std::shared_ptr<Condition> repeatCycle1 = std::make_shared<Condition>();
652 std::shared_ptr<Condition> repeatCycle2 = std::make_shared<Condition>();
669 std::shared_ptr<Condition> repeatCycle1 = std::make_shared<Condition>();
[all …]
H A Dworkschedulerservice_test.cpp903 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>();
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp58 std::shared_ptr<Condition> networkCondition = std::make_shared<Condition>(); in RequestNetworkType()
65 std::shared_ptr<Condition> chargerCondition = std::make_shared<Condition>(); in RequestChargerType()
73 std::shared_ptr<Condition> batteryLevelCondition = std::make_shared<Condition>(); in RequestBatteryLevel()
80 std::shared_ptr<Condition> batteryCondition = std::make_shared<Condition>(); in RequestBatteryStatus()
87 std::shared_ptr<Condition> storageCondition = std::make_shared<Condition>(); in RequestStorageLevel()
94 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>(); in RequestRepeatCycle()
103 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>(); in RequestRepeatCycle()
146 std::shared_ptr<Condition> deepIdleCondition = std::make_shared<Condition>(); in RequestDeepIdle()
300 std::shared_ptr<std::map<WorkCondition::Type, std::shared_ptr<Condition>>> WorkInfo::GetConditionMa… in GetConditionMap()
412 read->conditionMap_ = std::map<WorkCondition::Type, std::shared_ptr<Condition>>(); in UnmarshallCondition()
[all …]
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp30 shared_ptr<Condition> value = ParseCondition(type, conditionVal); in OnConditionChanged()
60 shared_ptr<Condition> WorkQueue::ParseCondition(WorkCondition::Type type, in ParseCondition()
63 shared_ptr<Condition> value = make_shared<Condition>(); in ParseCondition()
H A Dwork_status.cpp87 shared_ptr<Condition> timeCondition = make_shared<Condition>(); in WorkStatus()
105 int32_t WorkStatus::OnConditionChanged(WorkCondition::Type &type, shared_ptr<Condition> value) in OnConditionChanged()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_status.h63 std::map<WorkCondition::Type, std::shared_ptr<Condition>> conditionMap_;
115 int32_t OnConditionChanged(WorkCondition::Type &type, std::shared_ptr<Condition> value);
H A Dwork_queue.h45 std::shared_ptr<Condition> ParseCondition(WorkCondition::Type type,
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h237 std::shared_ptr<std::map<WorkCondition::Type, std::shared_ptr<Condition>>> GetConditionMap();
335 std::map<WorkCondition::Type, std::shared_ptr<Condition>> conditionMap_;
H A Dwork_condition.h80 struct Condition { struct
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp331 std::shared_ptr<Condition> condUnknown = std::make_shared<Condition>();
578 std::shared_ptr<Condition> condNetWork = std::make_shared<Condition>();
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dtype_traits.h242 template<bool Condition, class TrueType, class FalseType>
250 template<bool Condition, class TrueType, class FalseType>
251 using conditional_t = typename conditional<Condition, TrueType, FalseType>::type;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.40/
H A Dchangelog-window.md3 ## cl.window.1 Verification Condition Added to maximize
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h37 enum class Condition { enum
89 const Condition &condition);
/ohos5.0/docs/zh-cn/contribute/
H A D许可证与特殊许可证评审指导.md125 - Any license including the Commons Clause License Condition v1.0
/ohos5.0/commonlibrary/c_utils/
H A DREADME.md24 ## Condition section
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-gestures-pangesture.md129 Button('Set PanGesture Trigger Condition')
146 Click **Set PanGesture Trigger Condition** to set the pan gesture to be triggered by two fingers mo…
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp883 const std::vector<SubProperty> &subProps, const Condition &condition) in FindTargetSubtypeByCondition()
887 case Condition::UPPER: { in FindTargetSubtypeByCondition()
892 case Condition::LOWER: { in FindTargetSubtypeByCondition()
897 case Condition::ENGLISH: { in FindTargetSubtypeByCondition()
902 case Condition::CHINESE: { in FindTargetSubtypeByCondition()
H A Dinput_method_system_ability.cpp1335 auto condition = info->subProp.mode == "upper" ? Condition::LOWER : Condition::UPPER; in SwitchMode()
1367 auto condition = info->subProp.language == "chinese" ? Condition::ENGLISH : Condition::CHINESE; in SwitchLanguage()
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-once.md31 | Condition | It cannot be used independently and must be used together with the \@Param dec…
H A Darkts-new-monitor.md615 | Listening Condition | The listened object is a state variable. | The…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.5/
H A Dchangelogs-menu.md66 * Condition: KLV device
/ohos5.0/docs/en/contribute/
H A Dlicenses-and-special-license-review.md123 - Any license including the Commons Clause License Condition v1.0
H A DOpenHarmony-JavaScript-coding-style-guide.md201 #### Rule 2.5 Condition statements and loop statements cannot be written in one line.
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.2-beta3.md167 … application data<br>I5JZM1 [data_object] App twin<br>I5OM83 [kv_store] Condition-based synchroniz…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md3186 | NODE_IMAGE_ON_DOWNLOAD_PROGRESS | Called during image download.<br>Condition for triggering this…
3188 | NODE_TEXT_INPUT_ON_CHANGE | Called when the text input content changes.<br>Condition for trigger…
3190 …board, which displays when the text box is long pressed, is clicked.<br>Condition for triggering t…
3193 | NODE_TEXT_INPUT_ON_EDIT_CHANGE | Called when the input status changes.<br>Condition for triggeri…
3194 …ular expression specified by **NODE_TEXT_INPUT_INPUT_FILTER** fails.<br>Condition for triggering t…
3195 | NODE_TEXT_INPUT_ON_CONTENT_SCROLL | Called when the text content is scrolled.<br>Condition for t…
3196 …N_CONTENT_SIZE_CHANGE | Called when the text input content changes.<br>Condition for triggering t…
3202 …board, which displays when the text box is long pressed, is clicked.<br>Condition for triggering t…
3203 …SELECTION_CHANGE | Called when the text selection position changes.<br>Condition for triggering t…
3204 | NODE_TEXT_AREA_ON_EDIT_CHANGE | Called when the input status changes.<br>Condition for triggerin…
[all …]

12