Home
last modified time | relevance | path

Searched defs:Convert2Sendable (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
Djs_sendable_utils.cpp27 napi_value JSUtils::Convert2Sendable(napi_env env, const std::string &value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
32 napi_value JSUtils::Convert2Sendable(napi_env env, const std::vector<uint8_t> &value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
53 napi_value JSUtils::Convert2Sendable(napi_env env, int32_t value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
58 napi_value JSUtils::Convert2Sendable(napi_env env, uint32_t value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
63 napi_value JSUtils::Convert2Sendable(napi_env env, int64_t value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
68 napi_value JSUtils::Convert2Sendable(napi_env env, double value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
73 napi_value JSUtils::Convert2Sendable(napi_env env, bool value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
78 napi_value JSUtils::Convert2Sendable(napi_env env, const std::vector<float> &value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
99 int32_t JSUtils::Convert2Sendable(napi_env env, std::string value, napi_value &output) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
104 int32_t JSUtils::Convert2Sendable(napi_env env, bool value, napi_value &output) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils
[all …]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_sendable_utils.cpp29 napi_value Convert2Sendable(napi_env env, const Asset &value) in Convert2Sendable() function
49 napi_value Convert2Sendable(napi_env env, const RowEntity &rowEntity) in Convert2Sendable() function
61 napi_value Convert2Sendable(napi_env env, const ValueObject &value) in Convert2Sendable() function
67 napi_value Convert2Sendable(napi_env env, const BigInt &value) in Convert2Sendable() function
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
Djs_sendable_utils.h78 napi_value JSUtils::Convert2Sendable(napi_env env, const std::vector<T> &value) in Convert2Sendable() function
93 napi_value JSUtils::Convert2Sendable(napi_env env, const std::variant<Types...> &value) in Convert2Sendable() function