Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dinit.h37 napi_value EnumStorageRequestConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dinit.cpp229 napi_define_class(env, "StorageRequest", NAPI_AUTO_LENGTH, EnumStorageRequestConstructor, in InitStorageRequest()
236 napi_value EnumStorageRequestConstructor(napi_env env, napi_callback_info info) in EnumStorageRequestConstructor() function