Home
last modified time | relevance | path

Searched refs:UnwrapBigIntUint64FromJS2 (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.cpp79 bool UnwrapBigIntUint64FromJS2(napi_env env, napi_value param, uint64_t &defaultValue) in UnwrapBigIntUint64FromJS2() function
93 return UnwrapBigIntUint64FromJS2(env, jsValue, value); in UnwrapBigIntUint64ByPropertyName()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dnapi_common_fileaccess.h37 bool UnwrapBigIntUint64FromJS2(napi_env env, napi_value param, uint64_t &defaultValue);