Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dinit.h31 napi_value EnumNetworkTypeConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dinit.cpp97 napi_define_class(env, "NetworkType", NAPI_AUTO_LENGTH, EnumNetworkTypeConstructor, in InitNetworkType()
104 napi_value EnumNetworkTypeConstructor(napi_env env, napi_callback_info info) in EnumNetworkTypeConstructor() function