Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp1004 napi_value nativeCounts = nullptr; in ParserFileInfoNumJsResult() local
1005 napi_get_named_property(env, nativeValue, "counts", &nativeCounts); in ParserFileInfoNumJsResult()
1006 if (napi_get_value_uint32(env, nativeCounts, &counts) != napi_ok) { in ParserFileInfoNumJsResult()