Searched refs:FIELD_TRUST_OPTIONS (Results 1 – 1 of 1) sorted by relevance
62 constexpr const char* FIELD_TRUST_OPTIONS = "tructOptions"; variable468 if (!object.contains(FIELD_TRUST_OPTIONS)) { in SetBroadcastTrustOptions()471 } else if (object[FIELD_TRUST_OPTIONS].is_boolean() && object[FIELD_TRUST_OPTIONS]) { in SetBroadcastTrustOptions()474 } else if (object[FIELD_TRUST_OPTIONS].is_boolean() && !object[FIELD_TRUST_OPTIONS]) { in SetBroadcastTrustOptions()478 LOGE("key type is error with key: %{public}s", FIELD_TRUST_OPTIONS); in SetBroadcastTrustOptions()