Home
last modified time | relevance | path

Searched defs:strict (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dinterface_utils.h81 const BASE_NS::array_view<const TypeId>& ids, bool strict) noexcept in CheckInterfaces()
94 …SE_NS::vector<BASE_NS::Uid>& uids, const BASE_NS::vector<BASE_NS::Uid>& reqs, bool strict) noexcept in CheckInterfaces()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dclass_registry.cpp85 ObjectCategoryBits category, bool strict, bool excludeDeprecated) const in GetAllTypes()
103 const BASE_NS::vector<BASE_NS::Uid>& interfaceUids, bool strict, bool excludeDeprecated) const in GetAllTypes()
H A Dattachment_container.cpp184 …IObject::Ptr> AttachmentContainer::GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) in GetAttachments()
H A Dobject_registry.cpp335 ObjectCategoryBits category, bool strict, bool excludeDeprecated) const in GetAllTypes()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/ts/streamhash/
H A Dtsconfig.json9 "strict": true, boolean
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/ts/streamrw/
H A Dtsconfig.json9 "strict": true, boolean
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Dtsconfig.json9 "strict": true, boolean
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/
H A Dtsconfig.json9 "strict": true, boolean
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Dtsconfig.json9 "strict": true, boolean
/ohos5.0/commonlibrary/ets_utils/js_util_module/stream/
H A Dtsconfig.json9 "strict": true, boolean
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dtsconfig.json9 "strict": true, boolean
/ohos5.0/commonlibrary/ets_utils/js_util_module/json/
H A Dtsconfig.json10 "strict": true, boolean
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dtsconfig.json10 "strict": true, boolean
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Dtsconfig.json9 "strict": true, boolean
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_tlv_parser.c51 int32_t ParseTlvNode(TlvBase *tlv, HcParcel *parcel, HcBool strict) in ParseTlvNode()
193 int32_t ParseTlvStruct(TlvBase *tlv, HcParcel *parcel, HcBool strict) in ParseTlvStruct()
297 HcBool DecodeTlvMessage(TlvBase *msg, HcParcel *parcel, HcBool strict) in DecodeTlvMessage()
332 int32_t ParseTlvBuffer(TlvBase *tlv, HcParcel *parcel, HcBool strict) in ParseTlvBuffer()
380 int32_t ParseTlvString(TlvBase *tlv, HcParcel *parcel, HcBool strict) in ParseTlvString()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_action_manager.h34 bool strict = false; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_event_hub.cpp162 int32_t ListEventHub::GetListItemIndexByPosition(float x, float y, bool strict) in GetListItemIndexByPosition()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_report_test.cpp131 bool strict = g_configParser->GetActionStrict(actionName); in ActionValueDecision() local
170 bool strict = g_configParser->GetActionStrict(actionName); in LcdValueDecision() local
H A Dthermal_config_file_parser.cpp232 xmlChar* strict = xmlGetProp(curNode, BAD_CAST("strict")); in ParseActionNode() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h486 …BASE_NS::vector<IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) con… in GetAttachments()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp547 xmlChar* strict = xmlGetProp(cur, BAD_CAST("strict")); in ParseActionInfo() local