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/powermgr/thermal_manager/services/native/include/thermal_action/ |
D | thermal_action_manager.h | 34 bool strict = false; member
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
D | thermal_action_manager.cpp | 63 …onManager::InsertActionMap(const std::string& actionName, const std::string& protocol, bool strict, in InsertActionMap()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_action_report_test.cpp | 119 bool strict = g_configParser->GetActionStrict(actionName); in ActionValueDecision() local 159 bool strict = g_configParser->GetActionStrict(actionName); in LcdValueDecision() local
|
D | thermal_config_file_parser.cpp | 220 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 | 470 xmlChar* strict = xmlGetProp(cur, BAD_CAST("strict")); in ParseActionInfo() local
|