Searched defs:strict (Results 1 – 5 of 5) sorted by relevance
| /base/security/device_auth/common_lib/impl/src/ |
| D | hc_tlv_parser.c | 51 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()
|
| /base/powermgr/thermal_manager/services/native/include/thermal_action/ |
| D | thermal_action_manager.h | 34 bool strict = false; member
|
| /base/powermgr/thermal_manager/test/unittest/src/ |
| 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
|
| D | thermal_config_file_parser.cpp | 232 xmlChar* strict = xmlGetProp(curNode, BAD_CAST("strict")); in ParseActionNode() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
| D | thermal_srv_config_parser.cpp | 464 xmlChar* strict = xmlGetProp(cur, BAD_CAST("strict")); in ParseActionInfo() local
|