Searched defs:strict (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | class_registry.h | 33 constexpr inline bool CheckCategoryBits(ObjectCategoryBits compareTo, ObjectCategoryBits bitmask, bool strict) in CheckCategoryBits() argument
|
H A D | class_registry.cpp | 84 GetAllTypes( ObjectCategoryBits category, bool strict, bool excludeDeprecated) const GetAllTypes() argument 102 GetAllTypes( const BASE_NS::vector<BASE_NS::Uid>& interfaceUids, bool strict, bool excludeDeprecated) const GetAllTypes() argument
|
H A D | attachment_container.cpp | 184 BASE_NS::vector<IObject::Ptr> AttachmentContainer::GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) in GetAttachments() argument
|
H A D | object_registry.cpp | 334 GetAllTypes( ObjectCategoryBits category, bool strict, bool excludeDeprecated) const GetAllTypes() argument
|
/base/powermgr/thermal_manager/services/native/include/thermal_action/ |
H A D | thermal_action_manager.h | 34 bool strict = false; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_event_hub.cpp | 160 int32_t ListEventHub::GetListItemIndexByPosition(float x, float y, bool strict) in GetListItemIndexByPosition() argument
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_report_test.cpp | 131 bool strict = g_configParser->GetActionStrict(actionName); in ActionValueDecision() local 170 bool strict = g_configParser->GetActionStrict(actionName); in LcdValueDecision() local
|
H A D | thermal_config_file_parser.cpp | 234 xmlChar* strict = xmlGetProp(curNode, BAD_CAST("strict")); in ParseActionNode() local [all...] |
/base/security/device_auth/common_lib/impl/src/ |
H A D | hc_tlv_parser.c | 51 int32_t ParseTlvNode(TlvBase *tlv, HcParcel *parcel, HcBool strict)
in ParseTlvNode() argument 193 int32_t ParseTlvStruct(TlvBase *tlv, HcParcel *parcel, HcBool strict)
in ParseTlvStruct() argument 297 HcBool DecodeTlvMessage(TlvBase *msg, HcParcel *parcel, HcBool strict)
in DecodeTlvMessage() argument 332 int32_t ParseTlvBuffer(TlvBase *tlv, HcParcel *parcel, HcBool strict)
in ParseTlvBuffer() argument 380 ParseTlvString(TlvBase *tlv, HcParcel *parcel, HcBool strict) ParseTlvString() argument [all...] |
/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 547 xmlChar* strict = xmlGetProp(cur, BAD_CAST("strict")); in ParseActionInfo() local
|
Completed in 8 milliseconds