Home
last modified time | relevance | path

Searched refs:STR_SCHEME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_utils.h39 static const char *STR_SCHEME = "sharepreferences://"; variable
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp286 uriStr = STR_SCHEME + options_.bundleName + STR_SLASH + options_.filePath; in MakeUri()
288 uriStr = STR_SCHEME + options_.dataGroupId + STR_SLASH + options_.filePath; in MakeUri()