Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dinit.h33 napi_value EnumChargingTypeConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dinit.cpp144 napi_define_class(env, "ChargingType", NAPI_AUTO_LENGTH, EnumChargingTypeConstructor, in InitChargingType()
151 napi_value EnumChargingTypeConstructor(napi_env env, napi_callback_info info) in EnumChargingTypeConstructor() function