Home
last modified time | relevance | path

Searched defs:KEY_SEPARATOR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dconstant.h72 API_EXPORT static constexpr const char *KEY_SEPARATOR = "###"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.h127 KVSTORE_API static const std::string KEY_SEPARATOR; variable
H A Dconstant.cpp83 const std::string Constant::KEY_SEPARATOR = "###"; member in OHOS::DistributedKv::Constant
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dconstant.cpp23 constexpr const char *Constant::KEY_SEPARATOR; member in OHOS::DistributedData::Constant