Searched refs:checkLength (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_util.h | 95 …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 D | js_util.h | 123 …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 D | js_util.cpp | 149 …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 D | js_util.cpp | 138 …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 D | js_util.cpp | 156 …sMsg JSUtil::GetValue(napi_env env, napi_value in, std::vector<std::string>& out, bool checkLength) in GetValue() argument 167 if (checkLength) { in GetValue()
|