Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dusage_statistics_init.cpp91 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
H A Dbundle_state_init.cpp81 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
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_init.h31 static napi_value EnumTypeConstructor(napi_env env, napi_callback_info info);
H A Dusage_statistics_init.h32 static napi_value EnumTypeConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Dnative_devicemanager_js.h221 static napi_value EnumTypeConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp3262 napi_value DeviceManagerNapi::EnumTypeConstructor(napi_env env, napi_callback_info info) in EnumTypeConstructor() function in DeviceManagerNapi
3307 napi_define_class(env, "DeviceType", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitDeviceTypeEnum()
3339 napi_define_class(env, "DeviceStateChangeAction", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitDeviceStateChangeActionEnum()
3363 napi_define_class(env, "DiscoverMode", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitDiscoverModeEnum()
3395 napi_define_class(env, "ExchangeMedium", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitExchangeMediumEnum()
3427 napi_define_class(env, "ExchangeFreq", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitExchangeFreqEnum()
3451 napi_define_class(env, "SubscribeCap", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitSubscribeCapEnum()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H A Dnative_devicemanager_js.h275 static napi_value EnumTypeConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp1992 napi_value DeviceManagerNapi::EnumTypeConstructor(napi_env env, napi_callback_info info) in EnumTypeConstructor() function in DeviceManagerNapi
2021 napi_define_class(env, "DeviceStateChange", NAPI_AUTO_LENGTH, EnumTypeConstructor, in InitDeviceStatusChangeActionEnum()