Home
last modified time | relevance | path

Searched defs:ConvertFromSendable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp26 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, bool &output) in ConvertFromSendable() function
31 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, float &output) in ConvertFromSendable() function
36 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, double &output) in ConvertFromSendable() function
41 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, int32_t &output) in ConvertFromSendable() function
46 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, int64_t &output) in ConvertFromSendable() function
51 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, std::vector<uint8_t> &output) in ConvertFromSendable() function
56 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, std::string &output) in ConvertFromSendable() function
61 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, Object &output) in ConvertFromSendable() function
66 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, BigInt &output) in ConvertFromSendable() function
71 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, std::monostate &value) in ConvertFromSendable() function
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_sendable_utils.h117 int32_t Utils::ConvertFromSendable(napi_env env, napi_value jsValue, std::vector<T> &value) in ConvertFromSendable() function
145 int32_t Utils::ConvertFromSendable(napi_env env, napi_value jsValue, std::variant<Types...> &value) in ConvertFromSendable() function