Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 177) sorted by relevance

12345678

/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dmagic_enum.h63 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 Drs_surface_buffer_callback_manager.h120 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 Djsbundle_tdd_test.cpp207 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 Dinput_event_tdd_test.cpp850 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 Dpercent_tdd_test.cpp70 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 Ddescriptor_utils.cpp93 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 Djs.h34 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 Djs.cpp33 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 Dtimer_module_tdd_test.cpp637 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 Devent_listener.cpp102 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 Dcomponent.cpp97 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 Dbasic_tdd_test.cpp123 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 Dfunction_traits.h61 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 DAPI-Review-Template.md40 | 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 Dchangelogs-arkui.md3 ## 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 Dtypescript-to-arkts-migration-guide.md72 ### 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 Dfaqs-dfx.md47 ## 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 Derrorcode-utils.md63 ## 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 Derrorcode-screenLockFileManager.md39 ## 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 Derrorcode-ability.md107 ## 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 Dchangelogs-multimedia.md47 …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 Dchangelogs-arkweb.md11 …reUnload回调,默认情况下会触发系统弹窗能力,弹窗提示语(回调内参数OnBeforeUnloadEvent对应的message内容)为固定英文"Is it OK to leave/reloa…
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-build-rust-compilation.md116 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 Derrorcode-bindSheet.md80 ## 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 Dupdater_init.h92 #define MODE_CONDITION(name) Is##name

12345678