/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_status_test.cpp | 187 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 D | workschedulerservice_test.cpp | 903 std::shared_ptr<Condition> repeatCycle = std::make_shared<Condition>();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 58 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 D | work_queue.cpp | 30 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 D | work_status.cpp | 87 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 D | work_status.h | 63 std::map<WorkCondition::Type, std::shared_ptr<Condition>> conditionMap_; 115 int32_t OnConditionChanged(WorkCondition::Type &type, std::shared_ptr<Condition> value);
|
H A D | work_queue.h | 45 std::shared_ptr<Condition> ParseCondition(WorkCondition::Type type,
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_info.h | 237 std::shared_ptr<std::map<WorkCondition::Type, std::shared_ptr<Condition>>> GetConditionMap(); 335 std::map<WorkCondition::Type, std::shared_ptr<Condition>> conditionMap_;
|
H A D | work_condition.h | 80 struct Condition { struct
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | workinfo_test.cpp | 331 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 D | type_traits.h | 242 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 D | changelog-window.md | 3 ## cl.window.1 Verification Condition Added to maximize
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | ime_info_inquirer.h | 37 enum class Condition { enum 89 const Condition &condition);
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | 许可证与特殊许可证评审指导.md | 125 - Any license including the Commons Clause License Condition v1.0
|
/ohos5.0/commonlibrary/c_utils/ |
H A D | README.md | 24 ## Condition section
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-gestures-pangesture.md | 129 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 D | ime_info_inquirer.cpp | 883 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 D | input_method_system_ability.cpp | 1335 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 D | arkts-new-once.md | 31 | Condition | It cannot be used independently and must be used together with the \@Param dec…
|
H A D | arkts-new-monitor.md | 615 | Listening Condition | The listened object is a state variable. | The…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.5/ |
H A D | changelogs-menu.md | 66 * Condition: KLV device
|
/ohos5.0/docs/en/contribute/ |
H A D | licenses-and-special-license-review.md | 123 - Any license including the Commons Clause License Condition v1.0
|
H A D | OpenHarmony-JavaScript-coding-style-guide.md | 201 #### Rule 2.5 Condition statements and loop statements cannot be written in one line.
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v3.2-beta3.md | 167 … 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.md | 3186 | 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 …]
|