Home
last modified time | relevance | path

Searched defs:isBoolean (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/liteapi/include/
H A Dhks_lite_api_common.h45 bool isBoolean; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h139 virtual void SetIndicatorIsBoolean(bool isBoolean) {} in SetIndicatorIsBoolean()
H A Dswiper_model_ng.cpp340 void SwiperModelNG::SetIndicatorIsBoolean(bool isBoolean) in SetIndicatorIsBoolean()
585 void SwiperModelNG::SetIndicatorIsBoolean(FrameNode* frameNode, bool isBoolean) in SetIndicatorIsBoolean()
H A Dswiper_pattern.h365 void SetIndicatorIsBoolean(bool isBoolean) in SetIndicatorIsBoolean()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3046 const isBoolean = (val) => typeof val === 'boolean'; constant