Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp76 napi_value ConvertToSendable(napi_env env, int32_t value) in ConvertToSendable() function
81 napi_value ConvertToSendable(napi_env env, int64_t value) in ConvertToSendable() function
86 napi_value ConvertToSendable(napi_env env, uint32_t value) in ConvertToSendable() function
91 napi_value ConvertToSendable(napi_env env, bool value) in ConvertToSendable() function
96 napi_value ConvertToSendable(napi_env env, float value) in ConvertToSendable() function
101 napi_value ConvertToSendable(napi_env env, double value) in ConvertToSendable() function
106 napi_value ConvertToSendable(napi_env env, const std::vector<uint8_t> &value) in ConvertToSendable() function
128 napi_value ConvertToSendable(napi_env env, const std::string &value) in ConvertToSendable() function
133 napi_value ConvertToSendable(napi_env env, const OHOS::NativePreferences::Object &value) in ConvertToSendable() function
142 napi_value ConvertToSendable(napi_env env, const BigInt &value) in ConvertToSendable() function
[all …]
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_sendable_utils.h151 napi_value Utils::ConvertToSendable(napi_env env, const std::vector<T> &value) in ConvertToSendable() function
166 napi_value Utils::ConvertToSendable(napi_env env, const std::variant<Types...> &value) in ConvertToSendable() function