Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds