Searched defs:GetInt32Value (Results 1 – 4 of 4) sorted by relevance
78 bool GetInt32Value(const napi_env &env, const napi_value &value, int32_t &result) in GetInt32Value() function
70 bool GetInt32Value(const napi_env &env, const napi_value &value, int32_t &result) in GetInt32Value() function
504 bool Attributes::Impl::GetInt32Value(AttributeKey key, int32_t &value) const in GetInt32Value() function in OHOS::UserIam::UserAuth::Attributes::Impl1246 bool Attributes::GetInt32Value(AttributeKey key, int32_t &value) const in GetInt32Value() function in OHOS::UserIam::UserAuth::Attributes
284 napi_status UserAuthNapiHelper::GetInt32Value(napi_env env, napi_value value, int32_t &out) in GetInt32Value() function in OHOS::UserIam::UserAuth::UserAuthNapiHelper