Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp351 auto pValueStr = std::get<std::string>(pValue.value_); in NativeValueToCValueType() local
352 char* pValueChar = MallocCString(pValueStr); in NativeValueToCValueType()