Searched refs:EnumTypeConstructor (Results 1 - 8 of 8) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | bundle_state_init.cpp | 81 napi_define_class(env, "IntervalType", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitIntervalType() 88 napi_value EnumTypeConstructor(napi_env env, napi_callback_info info) in EnumTypeConstructor() function
|
H A D | usage_statistics_init.cpp | 91 napi_define_class(env, "IntervalType", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitIntervalType() 131 napi_define_class(env, "GroupType", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitAppGroupType() 138 napi_value EnumTypeConstructor(napi_env env, napi_callback_info info) in EnumTypeConstructor() function
|
/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/ |
H A D | usage_statistics_init.h | 32 static napi_value EnumTypeConstructor(napi_env env, napi_callback_info info);
|
H A D | bundle_state_init.h | 31 static napi_value EnumTypeConstructor(napi_env env, napi_callback_info info);
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/ |
H A D | native_devicemanager_js.h | 221 static napi_value EnumTypeConstructor(napi_env env, napi_callback_info info);
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/include/ |
H A D | native_devicemanager_js.h | 275 static napi_value EnumTypeConstructor(napi_env env, napi_callback_info info);
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 3281 napi_value DeviceManagerNapi::EnumTypeConstructor(napi_env env, napi_callback_info info)
in EnumTypeConstructor() function in DeviceManagerNapi 3326 napi_define_class(env, "DeviceType", NAPI_AUTO_LENGTH, EnumTypeConstructor,
in InitDeviceTypeEnum() 3358 napi_define_class(env, "DeviceStateChangeAction", NAPI_AUTO_LENGTH, EnumTypeConstructor,
in InitDeviceStateChangeActionEnum() 3382 napi_define_class(env, "DiscoverMode", NAPI_AUTO_LENGTH, EnumTypeConstructor,
in InitDiscoverModeEnum() 3414 napi_define_class(env, "ExchangeMedium", NAPI_AUTO_LENGTH, EnumTypeConstructor,
in InitExchangeMediumEnum() 3446 napi_define_class(env, "ExchangeFreq", NAPI_AUTO_LENGTH, EnumTypeConstructor,
in InitExchangeFreqEnum() 3470 napi_define_class(env, "SubscribeCap", NAPI_AUTO_LENGTH, EnumTypeConstructor,
in InitSubscribeCapEnum()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 2006 napi_value DeviceManagerNapi::EnumTypeConstructor(napi_env env, napi_callback_info info) in EnumTypeConstructor() function in DeviceManagerNapi 2035 napi_define_class(env, "DeviceStateChange", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitDeviceStatusChangeActionEnum()
|
Completed in 12 milliseconds