Home
last modified time | relevance | path

Searched refs:CreateEnumConstructor (Results 1 - 16 of 16) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_native_media_player.cpp88 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumPreload()
107 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumMediaType()
124 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumSourceType()
145 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumMediaError()
170 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumReadyState()
191 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumSuspendType()
214 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumNetworkState()
233 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumPlaybackStatus()
H A Dnapi_web_download_item.cpp190 napi_value CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function
877 CreateEnumConstructor, nullptr, sizeof(webDownloadStateProperties) / sizeof(webDownloadStateProperties[0]), in ExportWebDownloadStateEnum()
1059 CreateEnumConstructor, nullptr, in ExportWebDownloadErrorCodeEnum()
H A Dwebview_javascript_execute_callback.cpp47 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(jsMsgTypeProperties) / in InitJSExcute()
H A Dnapi_webview_controller.cpp671 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(webMsgTypeProperties) / in Init()
710 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(securityLevelProperties) / in Init()
748 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(hitTestTypeProperties) / in Init()
753 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(hitTestTypeProperties) / in Init()
773 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(secureDnsModeProperties) / in Init()
807 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(renderProcessModeProperties) / in Init()
823 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(offlineResourceTypeProperties) / in Init()
835 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(pressureLevelProperties) / in Init()
845 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(scrollTypeProperties) / in Init()
H A Dnapi_web_scheme_handler_request.cpp398 NapiParseUtils::CreateEnumConstructor, nullptr, sizeof(properties) / sizeof(properties[0]), properties, in ExportEnumWebResourceType()
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_utils.h87 static napi_value CreateEnumConstructor(napi_env env, napi_callback_info info);
/base/web/webview/interfaces/kits/napi/common/
H A Dnapi_parse_utils.h41 static napi_value CreateEnumConstructor(napi_env env, napi_callback_info info);
H A Dnapi_parse_utils.cpp164 napi_value NapiParseUtils::CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function in OHOS::NWeb::NapiParseUtils
/base/telephony/core_service/frameworks/js/vcard/src/
H A Dnapi_vcard.cpp46 static napi_value CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function
444 napi_define_class(env, "VCardType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, sizeof(desc) / sizeof(*desc), in CreateEnumVCardType()
/base/web/webview/interfaces/kits/napi/web_net_error_code/
H A Dnapi_web_net_errorcode.cpp28 napi_value CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function
529 CreateEnumConstructor, nullptr, in ExportWebNetErrorCode()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp189 napi_define_class(env, "VoNRState", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, nullptr, in DeclareVoNRStateEnum()
222 napi_define_class(env, "AudioDeviceType", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, nullptr, in DeclareAudioDeviceEnum()
241 napi_define_class(env, "VideoStateType", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, in DeclareVideoStateTypeEnum()
270 napi_define_class(env, "VideoRequestResultType", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, in DeclareVideoRequestResultEnum()
291 napi_define_class(env, "ImsCallMode", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, nullptr, in DeclareImsCallModeEnum()
311 napi_define_class(env, "DeviceDirection", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, nullptr, in DeclareDeviceDirectionEnum()
328 napi_define_class(env, "DialScene", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, nullptr, in DeclareDialSceneEnum()
349 napi_define_class(env, "CallType", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, nullptr, in DeclareCallTypeEnum()
366 napi_define_class(env, "DialType", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, nullptr, in DeclareDialTypeEnum()
397 napi_define_class(env, "DetailedCallState", NAPI_AUTO_LENGTH, NapiCallManagerUtils::CreateEnumConstructor, nullpt in DeclareTelCallStateEnum()
[all...]
H A Dnapi_call_manager_utils.cpp316 napi_value NapiCallManagerUtils::CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function in OHOS::Telephony::NapiCallManagerUtils
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp3281 static napi_value CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function
3322 napi_define_class(env, "RadioTechnology", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateRadioType()
3337 napi_define_class(env, "NetworkCapabilityType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateNetworkCapabilityType()
3352 napi_define_class(env, "NetworkCapabilityState", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateNetworkCapabilityState()
3377 napi_define_class(env, "NetworkType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateNetworkType()
3396 napi_define_class(env, "RegState", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, sizeof(desc) / sizeof(*desc), in CreateRegStatus()
3419 napi_define_class(env, "NsaState", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, sizeof(desc) / sizeof(*desc), in CreateNsaState()
3436 napi_define_class(env, "NetworkSelectionMode", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateNetworkSelectionMode()
3455 napi_define_class(env, "NetworkInformationState", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateNetworkInformationState()
3535 napi_define_class(env, "PreferredNetworkMode", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullpt in CreatePreferredNetwork()
[all...]
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp1493 static napi_value CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function
1534 napi_define_class(env, "MmsCharSets", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in InitSupportEnumMmsCharSets()
1589 napi_define_class(env, "MessageType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in InitSupportEnumMessageType()
1620 napi_define_class(env, "MmsPriorityType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in InitSupportEnumPriorityType()
1655 napi_define_class(env, "MmsVersionType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in InitSupportEnumVersionType()
1686 napi_define_class(env, "DispositionType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in InitSupportEnumDispositionType()
1713 napi_define_class(env, "ReportType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in InitSupportEnumReportAllowedType()
H A Dnapi_sms.cpp1769 static napi_value CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function
1800 napi_define_class(env, "SendSmsResult", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateEnumSendSmsResult()
1821 napi_define_class(env, "ShortMessageClass", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateEnumShortMessageClass()
1847 napi_define_class(env, "SimMessageStatus", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateEnumMessageStatusClass()
1862 napi_define_class(env, "RanType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateEnumRanType()
1885 napi_define_class(env, "SmsEncodingScheme", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateEnumSmsSegmentsInfo()
/base/telephony/cellular_data/frameworks/js/napi/src/
H A Dnapi_cellular_data.cpp872 static napi_value CreateEnumConstructor(napi_env env, napi_callback_info info) in CreateEnumConstructor() function
916 napi_define_class(env, "DataConnectState", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateDataConnectState()
955 napi_define_class(env, "DataFlowType", NAPI_AUTO_LENGTH, CreateEnumConstructor, nullptr, in CreateDataFlowType()

Completed in 39 milliseconds