Searched defs:Convert2Sendable (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_sendable_utils.cpp | 28 napi_value JSUtils::Convert2Sendable(napi_env env, const std::string &value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 33 napi_value JSUtils::Convert2Sendable(napi_env env, const std::vector<uint8_t> &value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 54 napi_value JSUtils::Convert2Sendable(napi_env env, int32_t value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 59 napi_value JSUtils::Convert2Sendable(napi_env env, uint32_t value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 64 napi_value JSUtils::Convert2Sendable(napi_env env, int64_t value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 69 napi_value JSUtils::Convert2Sendable(napi_env env, double value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 74 napi_value JSUtils::Convert2Sendable(napi_env env, bool value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 105 int32_t JSUtils::Convert2Sendable(napi_env env, bool value, napi_value &output) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 110 int32_t JSUtils::Convert2Sendable(napi_env env, double value, napi_value &output) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 115 napi_value JSUtils::Convert2Sendable(napi_env env, const std::monostate &value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_sendable_utils.cpp | 29 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
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_sendable_utils.h | 77 napi_value JSUtils::Convert2Sendable(napi_env env, const std::vector<T> &value) in Convert2Sendable() function 92 napi_value JSUtils::Convert2Sendable(napi_env env, const std::variant<Types...> &value) in Convert2Sendable() function
|