Searched refs:VALUE_FALSE (Results 1 – 5 of 5) sorted by relevance
638 static const char * const VALUE_FALSE; variable
60 const char * const DataQuery::VALUE_FALSE = "false"; member in OHOS::DistributedKv::DataQuery710 str_.append(VALUE_FALSE); in AppendCommonBoolean()
211 return P_CAST(value ? JSTaggedValue::VALUE_TRUE : JSTaggedValue::VALUE_FALSE, ARKTS_Value); in ARKTS_CreateBool()
592 } else if (word == DataQuery::VALUE_FALSE) { in StringToBoolean()
58 const std::string VALUE_FALSE = "false"; variable