Home
last modified time | relevance | path

Searched refs:UnwrapUint32FromJS2 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dnapi_common_fileaccess.cpp42 bool UnwrapUint32FromJS2(napi_env env, napi_value param, uint32_t &value) in UnwrapUint32FromJS2() function
55 return UnwrapUint32FromJS2(env, jsValue, value); in UnwrapUint32ByPropertyName()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dnapi_common_fileaccess.h32 bool UnwrapUint32FromJS2(napi_env env, napi_value param, uint32_t &value);