Home
last modified time | relevance | path

Searched refs:checkReasonCode (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dallow_record.cpp65 … bool checkReasonCode = !value.contains("reasonCode") || !value["reasonCode"].is_number_integer(); in setAllowRecordField() local
66 bool checkParam = checkUid || checkPid || checkName || checkAllowType || checkReasonCode; in setAllowRecordField()