Searched defs:strict (Results 1 – 6 of 6) 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/security/device_auth/services/data_manager/cred_data_manager/src/ |
| D | cred_tlv_parser.c | 51 int64_t ParseCredTlvNode(CredTlvBase *tlv, HcParcel *parcel, HcBool strict) in ParseCredTlvNode() 193 int64_t ParseCredTlvStruct(CredTlvBase *tlv, HcParcel *parcel, HcBool strict) in ParseCredTlvStruct() 297 HcBool DecodeCredTlvMessage(CredTlvBase *msg, HcParcel *parcel, HcBool strict) in DecodeCredTlvMessage() 332 int64_t ParseCredTlvBuffer(CredTlvBase *tlv, HcParcel *parcel, HcBool strict) in ParseCredTlvBuffer() 380 int64_t ParseCredTlvString(CredTlvBase *tlv, HcParcel *parcel, HcBool strict) in ParseCredTlvString()
|
| /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 | 561 xmlChar* strict = xmlGetProp(cur, BAD_CAST("strict")); in ParseActionInfo() local
|