Searched refs:VALUE_TRUE (Results 1 – 6 of 6) sorted by relevance
633 static const char * const VALUE_TRUE; variable
59 const char * const DataQuery::VALUE_TRUE = "true"; member in OHOS::DistributedKv::DataQuery708 str_.append(VALUE_TRUE); in AppendCommonBoolean()
56 const std::string VALUE_TRUE = "true"; variable1516 if ((std::strcmp(szIsolationModeThresholdMb, VALUE_TRUE.c_str()) == 0) || in CheckSupportIsolation()
66 const std::string VALUE_TRUE = "true"; variable2066 return paramValue == VALUE_TRUE; in IsTestSystemUpgrade()
211 return P_CAST(value ? JSTaggedValue::VALUE_TRUE : JSTaggedValue::VALUE_FALSE, ARKTS_Value); in ARKTS_CreateBool()
590 if (word == DataQuery::VALUE_TRUE) { in StringToBoolean()