Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/
H A Dcommon_func.cpp29 napi_value successProp, failProp, completeProp; in GetCallbackHandles() local
49 completeProp = prop.GetProp(complete).val_; in GetCallbackHandles()
50 if (succ && completeProp != nullptr) { in GetCallbackHandles()
51 napi_create_reference(env, completeProp, 1, &completeHandle); in GetCallbackHandles()