Home
last modified time | relevance | path

Searched refs:GetNamePropertyInt64 (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/util/napi/include/
H A Dutil_napi_value.h46 int64_t GetNamePropertyInt64(const napi_env &env, const napi_value &object, const std::string &name);
/foundation/multimodalinput/input/util/napi/src/
H A Dutil_napi_value.cpp211 int64_t GetNamePropertyInt64(const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyInt64() function
255 int64_t pressedTime = GetNamePropertyInt64(env, napiValue, "pressedTime"); in GetNamePropertyKeyItem()
H A Dkey_event_napi.cpp117 int64_t downTime = GetNamePropertyInt64(env, in, "pressedTime"); in GetKeyItem()

Completed in 2 milliseconds