Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h633 static const char * const VALUE_TRUE; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp59 const char * const DataQuery::VALUE_TRUE = "true"; member in OHOS::DistributedKv::DataQuery
708 str_.append(VALUE_TRUE); in AppendCommonBoolean()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp56 const std::string VALUE_TRUE = "true"; variable
1516 if ((std::strcmp(szIsolationModeThresholdMb, VALUE_TRUE.c_str()) == 0) || in CheckSupportIsolation()
H A Dbundle_mgr_service_event_handler.cpp66 const std::string VALUE_TRUE = "true"; variable
2066 return paramValue == VALUE_TRUE; in IsTestSystemUpgrade()
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp211 return P_CAST(value ? JSTaggedValue::VALUE_TRUE : JSTaggedValue::VALUE_FALSE, ARKTS_Value); in ARKTS_CreateBool()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp590 if (word == DataQuery::VALUE_TRUE) { in StringToBoolean()