Searched defs:Convert2Sendable (Results 1 – 3 of 3) sorted by relevance
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
| 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 79 napi_value JSUtils::Convert2Sendable(napi_env env, const std::vector<float> &value) in Convert2Sendable() function in OHOS::AppDataMgrJsKit::JSUtils 100 int32_t JSUtils::Convert2Sendable(napi_env env, std::string value, napi_value &output) 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 [all …]
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| 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
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
| 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
|