Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_util.h95 …atus GetValue(napi_env env, napi_value in, std::vector<std::string>& out, bool checkLength = true);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_util.h123 …sMsg GetValue(napi_env env, napi_value in, std::vector<std::string>& out, bool checkLength = true);
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp149 …atus JSUtil::GetValue(napi_env env, napi_value in, std::vector<std::string>& out, bool checkLength) in GetValue() argument
160 if (checkLength) { in GetValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp138 …atus JSUtil::GetValue(napi_env env, napi_value in, std::vector<std::string>& out, bool checkLength) in GetValue() argument
149 if (checkLength) { in GetValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util.cpp156 …sMsg JSUtil::GetValue(napi_env env, napi_value in, std::vector<std::string>& out, bool checkLength) in GetValue() argument
167 if (checkLength) { in GetValue()