Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dmine_softbus_listener.cpp62 constexpr const char* FIELD_TRUST_OPTIONS = "tructOptions"; variable
468 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()