Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h638 static const char * const VALUE_FALSE; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp60 const char * const DataQuery::VALUE_FALSE = "false"; member in OHOS::DistributedKv::DataQuery
710 str_.append(VALUE_FALSE); in AppendCommonBoolean()
/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.cpp592 } else if (word == DataQuery::VALUE_FALSE) { in StringToBoolean()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp58 const std::string VALUE_FALSE = "false"; variable