/ohos5.0/foundation/communication/wifi/wifi/utils/inc/ |
H A D | magic_enum.h | 63 template <int... Is> 67 return std::integer_sequence<int, (Is - halfSize)...>(); in MakeIntegerListWrapper() 73 template <typename E, int... Is> 74 constexpr size_t GetEnumSize(std::integer_sequence<int, Is...>) in GetEnumSize() argument 76 constexpr std::array<bool, sizeof...(Is)> valid{IsValid<E, static_cast<E>(Is)>()...}; in GetEnumSize() 93 template <typename E, int... Is> 96 constexpr std::array<bool, sizeof...(Is)> valid{IsValid<E, static_cast<E>(Is)>()...}; in GetAllValidValues() 97 constexpr std::array<int, sizeof...(Is)> integerValue{Is...}; in GetAllValidValues() 99 for (std::size_t i = 0, v = 0; i < sizeof...(Is); ++i) { in GetAllValidValues() 107 template <typename E, int... Is> [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_buffer_callback_manager.h | 120 template<class... Iters, class UnaryPred, size_t... Is> 122 UnaryPred unaryPred, std::index_sequence<Is...>) in FindIf() argument 124 for (; begin != end; (++std::get<Is>(begin), ...)) { in FindIf() 132 template<class... Iters, class UnaryPred, size_t... Is> 134 UnaryPred unaryPred, std::index_sequence<Is...>) in RemoveIf() argument 138 for (auto i = begin; i != end; (++std::get<Is>(i), ...)) { in RemoveIf() 140 ((*(std::get<Is>(begin)++) = std::move(*std::get<Is>(i))), ...); in RemoveIf() 150 std::index_sequence<Is...>) in CopyIf() argument 152 for (; inputBegin != inputEnd; (++std::get<Is>(inputBegin), ...)) { in CopyIf() 155 ((*std::get<Is>(outputBegin) = *std::get<Is>(inputBegin)), ...); in CopyIf() [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | jsbundle_tdd_test.cpp | 207 if (!JSUndefined::Is(el)) { in CreateElementTagValidation005() 212 EXPECT_TRUE(JSUndefined::Is(el)); in CreateElementTagValidation005() 221 if (!JSUndefined::Is(el)) { in CreateElementTagValidation006() 226 EXPECT_TRUE(JSUndefined::Is(el)); in CreateElementTagValidation006() 235 if (JSUndefined::Is(el)) { in CreateElementTagValidation007() 250 if (JSUndefined::Is(el)) { in CreateElement2ndAttributeValidation008() 268 if (JSUndefined::Is(el)) { in CreateElement2ndAttributeValidation009() 283 if (JSUndefined::Is(el)) { in CreateElement2ndAttributeValidation010() 303 if (JSUndefined::Is(divEl)) { in CreateElement2ndAttributeValidation011() 320 if (JSUndefined::Is(el)) { in CreateElementChildrenValidation012() [all …]
|
H A D | input_event_tdd_test.cpp | 850 if (JSUndefined::Is(targetRef)) { in GetComponent() 871 EXPECT_FALSE(JSUndefined::Is(page)); 872 if (JSUndefined::Is(page)) { 946 EXPECT_FALSE(JSUndefined::Is(page)); 1003 EXPECT_FALSE(JSUndefined::Is(page)); 1045 EXPECT_FALSE(JSUndefined::Is(page)); 1100 EXPECT_FALSE(JSUndefined::Is(page)); 1137 EXPECT_FALSE(JSUndefined::Is(page)); 1218 EXPECT_FALSE(JSUndefined::Is(page)); 1288 EXPECT_FALSE(JSUndefined::Is(page)); [all …]
|
H A D | percent_tdd_test.cpp | 70 if ((JSUndefined::Is(target)) || (key == nullptr) || (value == nullptr)) { in SetStyleWithValue() 109 if (JSUndefined::Is(value)) { in DumpJSObjectJson() 119 if (JSUndefined::Is(element)) { in BuildViewTree() 133 EXPECT_FALSE(JSUndefined::Is(element)); in VerifyDimension()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/ |
H A D | descriptor_utils.cpp | 93 if (JSUndefined::Is(array)) { in RenderForDescriptor() 115 if (!JSUndefined::Is(descriptorOrElement)) { in DelIfDescriptorRendered() 128 if (!JSUndefined::Is(descriptorOrElements)) { in DelForDescriptorRendered() 163 if (JSUndefined::Is(descriptor)) { in ReleaseForDescriptor() 172 if (JSUndefined::Is(descriptor)) { in ReleaseIfDescriptor() 181 if (JSUndefined::Is(element)) { in ReleaseElement() 198 if (!JSUndefined::Is(descriptors)) { in ReleaseElement() 215 if (!JSFunction::Is(getter)) { in CreateDescriptor() 220 if (!JSFunction::Is(render)) { in CreateDescriptor() 238 if (JSUndefined::Is(descriptor)) { in IsDescriptor()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/ |
H A D | js.h | 34 static bool Is(JSValue target); 42 static bool Is(JSValue target); 65 static bool Is(JSValue target); 82 static bool Is(JSValue value); 88 static bool Is(JSValue target); 95 static bool Is(JSValue target); 107 static bool Is(JSValue target); 111 static bool Is(JSValue target);
|
H A D | js.cpp | 33 bool JSString::Is(JSValue target) in Is() function in OHOS::ACELite::JSString 99 bool JSFunction::Is(JSValue target) in Is() function in OHOS::ACELite::JSFunction 219 bool JSObject::Is(JSValue target) in Is() function in OHOS::ACELite::JSObject 272 bool JSUndefined::Is(JSValue value) in Is() function in OHOS::ACELite::JSUndefined 282 bool JSNumber::Is(JSValue target) in Is() function in OHOS::ACELite::JSNumber 297 bool JSBoolean::Is(JSValue target) in Is() function in OHOS::ACELite::JSBoolean 340 bool JSArray::Is(JSValue target) in Is() function in OHOS::ACELite::JSArray 344 bool JSError::Is(JSValue target) in Is() function in OHOS::ACELite::JSError
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
H A D | timer_module_tdd_test.cpp | 637 if (!JSUndefined::Is(value)) { in TriggerTimer() 657 EXPECT_FALSE(JSUndefined::Is(page)); 686 EXPECT_FALSE(JSUndefined::Is(page)); 715 EXPECT_FALSE(JSUndefined::Is(page)); 744 EXPECT_FALSE(JSUndefined::Is(page)); 790 EXPECT_FALSE(JSUndefined::Is(page)); 836 EXPECT_FALSE(JSUndefined::Is(page)); 865 EXPECT_FALSE(JSUndefined::Is(page)); 894 EXPECT_FALSE(JSUndefined::Is(page)); 932 EXPECT_FALSE(JSUndefined::Is(page)); [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | event_listener.cpp | 102 if (JSUndefined::Is(bindTouchStartFunc_)) { in OnDragStart() 119 if (JSUndefined::Is(bindTouchMoveFunc_)) { in OnDrag() 136 if (!JSUndefined::Is(bindSwipeFunc_)) { in OnDragEnd() 141 if (!JSUndefined::Is(bindTouchEndFunc_)) { in OnDragEnd()
|
H A D | component.cpp | 97 if (JSUndefined::Is(attrs)) { in Component() 714 if (JSUndefined::Is(options_)) { in ParseOptions() 719 if (!JSObject::Is(options_)) { in ParseOptions() 1332 if (!JSUndefined::Is(descriptorOrElements)) { in AppendDescriptorOrElements() 1394 if (JSUndefined::Is(events)) { in BindEvents() 1399 if (JSUndefined::Is(keys)) { in BindEvents() 1603 if (JSUndefined::Is(descriptors_)) { in AppendChildren() 1641 if (!JSUndefined::Is(decriptorOrElement)) { in AppendIfDescriptor() 1659 if (!JSUndefined::Is(descriptorOrelements)) { in AppendForDescriptor() 1769 if (!JSUndefined::Is(watcher)) { in CreateDirectiveWatcher() [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.cpp | 123 if (JSError::Is(page)) { in CreatePage() 129 if (JSUndefined::Is(rootEl) || JSError::Is(rootEl)) { in CreatePage() 179 if (JSUndefined::Is(refs)) { in GetViewByRef() 184 if (JSUndefined::Is(dom)) { in GetViewByRef() 307 if (JSFunction::Is(func)) { in CallLifecycle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | function_traits.h | 61 template<class T, class Tuple, size_t... Is> 62 T* ConstructFromTuple(Tuple&& tuple, std::index_sequence<Is...>) 64 return new T { std::get<Is>(std::forward<Tuple>(tuple))... };
|
/ohos5.0/docs/en/design/ |
H A D | API-Review-Template.md | 40 | Is the spelling check completed?| | 44 |Is the number of API parameters appropriate? (Generally, there should be fewer than 7 parameters.)… 46 |Is it really that the caller of a void API does not need a return value?| | 47 |Is the inheritance system appropriate? Does every method of a parent class apply to its child clas… 49 | Is the group of antonyms used correctly, for example: <br/>add/remove, create/destroy, insert/del…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.2/ |
H A D | changelogs-arkui.md | 3 ## cl.arkui.1 Change in Processing for When scrollBar of the \<List> Component Is Set to undefined … 15 ## cl.arkui.2 Change in Processing for When scrollBar of the \<Grid> Component Is Set to undefined …
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 72 ### Static Typing Is Enforced 184 ### Semantics of Operators Is Restricted 205 ### Structural Typing Is Not Supported (Yet) 230 let u: U = new T() // Is this allowed? 242 greeter(t) // Is this allowed? 324 ### Recipe: `Symbol()` Is Not Supported 1650 ### Recipe: `in` Operator Is Not Supported 1829 ### Recipe: `for .. in` Is Not Supported 2782 ### Recipe: UMD Is Not Supported 2816 ### Recipe: `new.target` Is Not Supported [all …]
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-dfx.md | 47 ## Is HiLog or console recommended for log printing? How do I set the domain if HiLog is used? (API… 56 ## What is the maximum length of a log record when HiLog Is used? Is it configurable? (API 9) 119 ## Is there a limit on the tag length of HiLog? (API 9)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | errorcode-utils.md | 63 ## 10200004 Worker Instance Is Not Running 172 ## 10200011 Passed this.object Is Not an Instance of the containers Class 569 ## 10200034 No Callback Function Is Registered for a Listening Task 587 ## 10200035 doWrite Is Not Implemented 605 ## 10200036 Write Operation Is Still Performed After the Stream Ends 623 ## 10200037 Callback Is Invoked Multiple Times 641 ## 10200038 doRead Is Not Implemented 659 ## 10200039 doTransform Is Not Implemented 731 ## 10200060 Precision Limit Is Exceeded 751 ## 10200061 Encryption Method Is Unavailable
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | errorcode-screenLockFileManager.md | 39 ## 29300003 Sensitive Data Access Management Under Lock Screen Is Not Enabled 70 ## 29300005 Permission to Access Sensitive Data on the Lock Screen Is Not Requested
|
H A D | errorcode-ability.md | 107 ## 16000006 Cross-User Operation Is Not Allowed 359 ## 16000052 Installation-Free Is Not Supported 377 ## 16000053 Ability Is Not on Top 449 ## 16000057 Cross-Device Installation-Free Is Not Supported 467 ## 16000058 Specified URI Flag Is Invalid 485 ## 16000059 Specified URI Type Is Invalid 648 ## 16000068 Ability Is Already Running 704 ## 16000071 Application Clone Is Not Supported 723 ## 16000072 Multi-app Mode Is Not Supported 742 ## 16000073 appCloneIndex Is Invalid [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.5/ |
H A D | changelogs-multimedia.md | 47 …2 API setMicrophoneMute of the AudioVolumeGroupManager Class in ohos.multimedia.audio Is Deprecated 83 …edia.3 Behavior of the usages Attribute of CaptureFilterOptions in ohos.multimedia.audio Is Changed 130 …bscribing from the interrupt Event of the AudioManager Class in ohos.multimedia.audio Is Deprecated 216 ## c1.multimedia.6 Obtaining Preferred Recording Device Behavior in ohos.multimedia.audio Is Change… 254 …media.7 Behavior of Subscription APIs of the AudioManager Class in ohos.multimedia.audio Is Changed 310 ## c1.multimedia.8 Error Code Is Added for the System API availableDevice in ohos.multimedia.audio 352 ## c1.multimedia.9 Permission Statement Is Added for the createPlayer API in ohos.multimedia.audioH… 421 ## c1.multimedia.10 Error Code Implementation of the AudioManager Class in ohos.multimedia.audio Is…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.36/ |
H A D | changelogs-arkweb.md | 11 …reUnload回调,默认情况下会触发系统弹窗能力,弹窗提示语(回调内参数OnBeforeUnloadEvent对应的message内容)为固定英文"Is it OK to leave/reloa…
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-rust-compilation.md | 116 println!("Is new rustc"); 118 println!("Is old rustc"); 120 println!("Is ohos"); 122 println!("Is darwin");
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | errorcode-bindSheet.md | 80 ## 120005 Node Specified by targetId Is Not in the Component Tree 98 ## 120006 Node Specified by targetId Is Not a Child of a Page Node or NavDestination Node
|
/ohos5.0/base/update/updater/services/ |
H A D | updater_init.h | 92 #define MODE_CONDITION(name) Is##name
|