Home
last modified time | relevance | path

Searched refs:DECLARE_NAPI_STATIC_FUNCTION (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp1650 DECLARE_NAPI_STATIC_FUNCTION("isPointerVisible", IsPointerVisible), in Export()
1652 DECLARE_NAPI_STATIC_FUNCTION("setPointerColor", SetPointerColor), in Export()
1653 DECLARE_NAPI_STATIC_FUNCTION("getPointerColor", GetPointerColor), in Export()
1656 DECLARE_NAPI_STATIC_FUNCTION("setPointerSpeed", SetPointerSpeed), in Export()
1658 DECLARE_NAPI_STATIC_FUNCTION("getPointerSpeed", GetPointerSpeed), in Export()
1660 DECLARE_NAPI_STATIC_FUNCTION("setPointerStyle", SetPointerStyle), in Export()
1662 DECLARE_NAPI_STATIC_FUNCTION("getPointerStyle", GetPointerStyle), in Export()
1664 DECLARE_NAPI_STATIC_FUNCTION("enterCaptureMode", EnterCaptureMode), in Export()
1668 DECLARE_NAPI_STATIC_FUNCTION("setPointerSize", SetPointerSize), in Export()
1669 DECLARE_NAPI_STATIC_FUNCTION("getPointerSize", GetPointerSize), in Export()
[all …]
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp47 DECLARE_NAPI_STATIC_FUNCTION("getDisplayCountry", GetDisplayCountryWithError), in InitI18nSystem()
49 DECLARE_NAPI_STATIC_FUNCTION("getSystemLanguages", GetSystemLanguages), in InitI18nSystem()
51 DECLARE_NAPI_STATIC_FUNCTION("isSuggested", IsSuggestedWithError), in InitI18nSystem()
52 DECLARE_NAPI_STATIC_FUNCTION("getSystemLanguage", GetSystemLanguage), in InitI18nSystem()
54 DECLARE_NAPI_STATIC_FUNCTION("getSystemRegion", GetSystemRegion), in InitI18nSystem()
55 DECLARE_NAPI_STATIC_FUNCTION("setSystemRegion", SetSystemRegionWithError), in InitI18nSystem()
56 DECLARE_NAPI_STATIC_FUNCTION("getSystemLocale", GetSystemLocale), in InitI18nSystem()
57 DECLARE_NAPI_STATIC_FUNCTION("setSystemLocale", SetSystemLocaleWithError), in InitI18nSystem()
58 DECLARE_NAPI_STATIC_FUNCTION("is24HourClock", Is24HourClock), in InitI18nSystem()
59 DECLARE_NAPI_STATIC_FUNCTION("set24HourClock", Set24HourClockWithError), in InitI18nSystem()
[all …]
H A Di18n_unicode_addon.cpp41 DECLARE_NAPI_STATIC_FUNCTION("isDigit", IsDigitAddon), in InitI18nUnicode()
42 DECLARE_NAPI_STATIC_FUNCTION("isSpaceChar", IsSpaceCharAddon), in InitI18nUnicode()
43 DECLARE_NAPI_STATIC_FUNCTION("isWhitespace", IsWhiteSpaceAddon), in InitI18nUnicode()
44 DECLARE_NAPI_STATIC_FUNCTION("isRTL", IsRTLCharacterAddon), in InitI18nUnicode()
45 DECLARE_NAPI_STATIC_FUNCTION("isIdeograph", IsIdeoGraphicAddon), in InitI18nUnicode()
46 DECLARE_NAPI_STATIC_FUNCTION("isLetter", IsLetterAddon), in InitI18nUnicode()
47 DECLARE_NAPI_STATIC_FUNCTION("isLowerCase", IsLowerCaseAddon), in InitI18nUnicode()
48 DECLARE_NAPI_STATIC_FUNCTION("isUpperCase", IsUpperCaseAddon), in InitI18nUnicode()
49 DECLARE_NAPI_STATIC_FUNCTION("getType", GetTypeAddon), in InitI18nUnicode()
H A Di18n_timezone_addon.cpp85 DECLARE_NAPI_STATIC_FUNCTION("getAvailableIDs", GetAvailableTimezoneIDs), in InitTimeZone()
86 DECLARE_NAPI_STATIC_FUNCTION("getAvailableZoneCityIDs", GetAvailableZoneCityIDs), in InitTimeZone()
87 DECLARE_NAPI_STATIC_FUNCTION("getCityDisplayName", GetCityDisplayName), in InitTimeZone()
88 DECLARE_NAPI_STATIC_FUNCTION("getTimezoneFromCity", GetTimezoneFromCity), in InitTimeZone()
89 DECLARE_NAPI_STATIC_FUNCTION("getTimezonesByLocation", GetTimezonesByLocation) in InitTimeZone()
/ohos5.0/base/web/webview/interfaces/kits/napi/webadsblockmanager/
H A Dnapi_web_adsblock_manager.cpp39 DECLARE_NAPI_STATIC_FUNCTION("setAdsBlockRules", in Init()
41 DECLARE_NAPI_STATIC_FUNCTION("addAdsBlockDisallowedList", in Init()
43 DECLARE_NAPI_STATIC_FUNCTION("removeAdsBlockDisallowedList", in Init()
45 DECLARE_NAPI_STATIC_FUNCTION("clearAdsBlockDisallowedList", in Init()
47 DECLARE_NAPI_STATIC_FUNCTION("addAdsBlockAllowedList", in Init()
49 DECLARE_NAPI_STATIC_FUNCTION("removeAdsBlockAllowedList", in Init()
51 DECLARE_NAPI_STATIC_FUNCTION("clearAdsBlockAllowedList", in Init()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp700 DECLARE_NAPI_STATIC_FUNCTION("on", On), in Export()
701 DECLARE_NAPI_STATIC_FUNCTION("off", Off), in Export()
702 DECLARE_NAPI_STATIC_FUNCTION("getDevice", GetDevice), in Export()
703 DECLARE_NAPI_STATIC_FUNCTION("getDeviceIds", GetDeviceIds), in Export()
704 DECLARE_NAPI_STATIC_FUNCTION("supportKeys", SupportKeys), in Export()
705 DECLARE_NAPI_STATIC_FUNCTION("supportKeysSync", SupportKeysSync), in Export()
706 DECLARE_NAPI_STATIC_FUNCTION("getKeyboardType", GetKeyboardType), in Export()
707 DECLARE_NAPI_STATIC_FUNCTION("getKeyboardTypeSync", GetKeyboardTypeSync), in Export()
708 DECLARE_NAPI_STATIC_FUNCTION("getDeviceList", GetDeviceList), in Export()
709 DECLARE_NAPI_STATIC_FUNCTION("getDeviceInfo", GetDeviceInfo), in Export()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/
H A Djs_color_filter.cpp30DECLARE_NAPI_STATIC_FUNCTION("createBlendModeColorFilter", JsColorFilter::CreateBlendModeColorFilt… in Init()
31DECLARE_NAPI_STATIC_FUNCTION("createComposeColorFilter", JsColorFilter::CreateComposeColorFilter), in Init()
32DECLARE_NAPI_STATIC_FUNCTION("createLinearToSRGBGamma", JsColorFilter::CreateLinearToSRGBGamma), in Init()
33DECLARE_NAPI_STATIC_FUNCTION("createSRGBGammaToLinear", JsColorFilter::CreateSRGBGammaToLinear), in Init()
34 DECLARE_NAPI_STATIC_FUNCTION("createLumaColorFilter", JsColorFilter::CreateLumaColorFilter), in Init()
35DECLARE_NAPI_STATIC_FUNCTION("createMatrixColorFilter", JsColorFilter::CreateMatrixColorFilter) in Init()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp479 DECLARE_NAPI_STATIC_FUNCTION("getContextObject", NAPI_IPCSkeleton_getContextObject), in NAPIIPCSkeletonExport()
480 DECLARE_NAPI_STATIC_FUNCTION("getCallingPid", NAPI_IPCSkeleton_getCallingPid), in NAPIIPCSkeletonExport()
481 DECLARE_NAPI_STATIC_FUNCTION("getCallingUid", NAPI_IPCSkeleton_getCallingUid), in NAPIIPCSkeletonExport()
482 DECLARE_NAPI_STATIC_FUNCTION("getCallingDeviceID", NAPI_IPCSkeleton_getCallingDeviceID), in NAPIIPCSkeletonExport()
483 DECLARE_NAPI_STATIC_FUNCTION("getLocalDeviceID", NAPI_IPCSkeleton_getLocalDeviceID), in NAPIIPCSkeletonExport()
484 DECLARE_NAPI_STATIC_FUNCTION("isLocalCalling", NAPI_IPCSkeleton_isLocalCalling), in NAPIIPCSkeletonExport()
485 DECLARE_NAPI_STATIC_FUNCTION("flushCmdBuffer", NAPI_IPCSkeleton_flushCmdBuffer), in NAPIIPCSkeletonExport()
486 DECLARE_NAPI_STATIC_FUNCTION("flushCommands", NAPI_IPCSkeleton_flushCommands), in NAPIIPCSkeletonExport()
487 DECLARE_NAPI_STATIC_FUNCTION("resetCallingIdentity", NAPI_IPCSkeleton_resetCallingIdentity), in NAPIIPCSkeletonExport()
489 DECLARE_NAPI_STATIC_FUNCTION("setCallingIdentity", NAPI_IPCSkeleton_setCallingIdentity), in NAPIIPCSkeletonExport()
[all …]
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp49 DECLARE_NAPI_STATIC_FUNCTION("setTime", SetTime), in SystemDateTimeInit()
50 DECLARE_NAPI_STATIC_FUNCTION("getCurrentTime", GetCurrentTime), in SystemDateTimeInit()
52 DECLARE_NAPI_STATIC_FUNCTION("getRealTime", GetRealTime), in SystemDateTimeInit()
53 DECLARE_NAPI_STATIC_FUNCTION("getTime", GetTime), in SystemDateTimeInit()
54 DECLARE_NAPI_STATIC_FUNCTION("updateNtpTime", UpdateNtpTime), in SystemDateTimeInit()
55 DECLARE_NAPI_STATIC_FUNCTION("getNtpTime", GetNtpTime), in SystemDateTimeInit()
56 DECLARE_NAPI_STATIC_FUNCTION("setDate", SetDate), in SystemDateTimeInit()
57 DECLARE_NAPI_STATIC_FUNCTION("getDate", GetDate), in SystemDateTimeInit()
58 DECLARE_NAPI_STATIC_FUNCTION("setTimezone", SetTimezone), in SystemDateTimeInit()
59 DECLARE_NAPI_STATIC_FUNCTION("getTimezone", GetTimezone), in SystemDateTimeInit()
[all …]
/ohos5.0/base/powermgr/thermal_manager/frameworks/napi/
H A Dthermal_manager_napi.cpp135 DECLARE_NAPI_STATIC_FUNCTION("subscribeThermalLevel", SubscribeThermalLevel), in Init()
136 DECLARE_NAPI_STATIC_FUNCTION("unsubscribeThermalLevel", UnSubscribeThermalLevel), in Init()
137 DECLARE_NAPI_STATIC_FUNCTION("getThermalLevel", GetThermalLevel), in Init()
139 DECLARE_NAPI_STATIC_FUNCTION("registerThermalLevelCallback", SubscribeThermalLevel), in Init()
140 DECLARE_NAPI_STATIC_FUNCTION("unregisterThermalLevelCallback", UnSubscribeThermalLevel), in Init()
141 DECLARE_NAPI_STATIC_FUNCTION("getLevel", GetThermalLevel), in Init()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp657 DECLARE_NAPI_STATIC_FUNCTION("prepare", Prepare), in DeclareDeviceCoordinationInterface()
658 DECLARE_NAPI_STATIC_FUNCTION("prepareCooperate", PrepareCooperate), in DeclareDeviceCoordinationInterface()
659 DECLARE_NAPI_STATIC_FUNCTION("unprepare", Unprepare), in DeclareDeviceCoordinationInterface()
660 DECLARE_NAPI_STATIC_FUNCTION("unprepareCooperate", UnprepareCooperate), in DeclareDeviceCoordinationInterface()
661 DECLARE_NAPI_STATIC_FUNCTION("activate", Activate), in DeclareDeviceCoordinationInterface()
662 DECLARE_NAPI_STATIC_FUNCTION("activateCooperate", ActivateCooperate), in DeclareDeviceCoordinationInterface()
663 DECLARE_NAPI_STATIC_FUNCTION("deactivate", Deactivate), in DeclareDeviceCoordinationInterface()
664 DECLARE_NAPI_STATIC_FUNCTION("deactivateCooperate", DeactivateCooperate), in DeclareDeviceCoordinationInterface()
665 DECLARE_NAPI_STATIC_FUNCTION("getCrossingSwitchState", GetCrossingSwitchState), in DeclareDeviceCoordinationInterface()
667 DECLARE_NAPI_STATIC_FUNCTION("on", On), in DeclareDeviceCoordinationInterface()
[all …]
/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.cpp36 DECLARE_NAPI_STATIC_FUNCTION("getCookie", NapiWebCookieManager::JsGetCookie), in Init()
37 DECLARE_NAPI_STATIC_FUNCTION("fetchCookieSync", NapiWebCookieManager::JsGetCookie), in Init()
38 DECLARE_NAPI_STATIC_FUNCTION("fetchCookie", NapiWebCookieManager::JsFetchCookieAsync), in Init()
39 DECLARE_NAPI_STATIC_FUNCTION("setCookie", NapiWebCookieManager::JsSetCookie), in Init()
40 DECLARE_NAPI_STATIC_FUNCTION("configCookieSync", NapiWebCookieManager::JsSetCookie), in Init()
41 DECLARE_NAPI_STATIC_FUNCTION("configCookie", NapiWebCookieManager::JsConfigCookieAsync), in Init()
42 DECLARE_NAPI_STATIC_FUNCTION("isCookieAllowed", NapiWebCookieManager::JsIsCookieAllowed), in Init()
44 DECLARE_NAPI_STATIC_FUNCTION("isThirdPartyCookieAllowed", in Init()
46 DECLARE_NAPI_STATIC_FUNCTION("putAcceptThirdPartyCookieEnabled", in Init()
48 DECLARE_NAPI_STATIC_FUNCTION("existCookie", NapiWebCookieManager::JsExistCookie), in Init()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_config.cpp517 DECLARE_NAPI_STATIC_FUNCTION("enableCloud", JsConfig::EnableCloud), in InitConfig()
518 DECLARE_NAPI_STATIC_FUNCTION("disableCloud", JsConfig::DisableCloud), in InitConfig()
519 DECLARE_NAPI_STATIC_FUNCTION("changeAppCloudSwitch", JsConfig::ChangeAppCloudSwitch), in InitConfig()
520 DECLARE_NAPI_STATIC_FUNCTION("clear", JsConfig::Clean), in InitConfig()
521 DECLARE_NAPI_STATIC_FUNCTION("clean", JsConfig::Clean), in InitConfig()
522 DECLARE_NAPI_STATIC_FUNCTION("notifyDataChange", JsConfig::NotifyDataChange), in InitConfig()
523 DECLARE_NAPI_STATIC_FUNCTION("queryStatistics", JsConfig::QueryStatistics), in InitConfig()
524DECLARE_NAPI_STATIC_FUNCTION("setGlobalCloudStrategy", JsConfig::SetGlobalCloudStrategy), in InitConfig()
525 DECLARE_NAPI_STATIC_FUNCTION("queryLastSyncInfo", JsConfig::QueryLastSyncInfo), in InitConfig()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_manager.cpp85 DECLARE_NAPI_STATIC_FUNCTION("createAVSession", CreateAVSession), in Init()
89 DECLARE_NAPI_STATIC_FUNCTION("startAVPlayback", StartAVPlayback), in Init()
90 DECLARE_NAPI_STATIC_FUNCTION("createController", CreateController), in Init()
92 DECLARE_NAPI_STATIC_FUNCTION("castAudio", CastAudio), in Init()
93 DECLARE_NAPI_STATIC_FUNCTION("on", OnEvent), in Init()
94 DECLARE_NAPI_STATIC_FUNCTION("off", OffEvent), in Init()
99 DECLARE_NAPI_STATIC_FUNCTION("startDeviceLogging", StartDeviceLogging), in Init()
100 DECLARE_NAPI_STATIC_FUNCTION("stopDeviceLogging", StopDeviceLogging), in Init()
101 DECLARE_NAPI_STATIC_FUNCTION("setDiscoverable", SetDiscoverable), in Init()
102 DECLARE_NAPI_STATIC_FUNCTION("startCasting", StartCast), in Init()
[all …]
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/ndk_test_example/
H A Dmy_pixel_map.cpp49 DECLARE_NAPI_STATIC_FUNCTION("testGetImageInfo", TestGetImageInfo), in Init()
50 DECLARE_NAPI_STATIC_FUNCTION("testAccessPixels", TestAccessPixels), in Init()
51 DECLARE_NAPI_STATIC_FUNCTION("testUnAccessPixels", TestUnAccessPixels), in Init()
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp47DECLARE_NAPI_STATIC_FUNCTION("deleteHttpAuthCredentials", NapiWebDataBase::JsDeleteHttpAuthCredent… in Init()
48DECLARE_NAPI_STATIC_FUNCTION("saveHttpAuthCredentials", NapiWebDataBase::JsSaveHttpAuthCredentials… in Init()
49DECLARE_NAPI_STATIC_FUNCTION("getHttpAuthCredentials", NapiWebDataBase::JsGetHttpAuthCredentials), in Init()
50DECLARE_NAPI_STATIC_FUNCTION("existHttpAuthCredentials", NapiWebDataBase::JsExistHttpAuthCredentia… in Init()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_ecc_key_util.cpp171DECLARE_NAPI_STATIC_FUNCTION("genECCCommonParamsSpec", NapiECCKeyUtil::JsGenECCCommonParamsSpec), in GenECCCommonParamSpec()
172 DECLARE_NAPI_STATIC_FUNCTION("convertPoint", NapiECCKeyUtil::JsConvertPoint), in GenECCCommonParamSpec()
173 DECLARE_NAPI_STATIC_FUNCTION("getEncodedPoint", NapiECCKeyUtil::JsGetEncodedPoint), in GenECCCommonParamSpec()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_context.cpp394 DECLARE_NAPI_STATIC_FUNCTION("enable", Enable), in DeclareDeviceCoordinationData()
395 DECLARE_NAPI_STATIC_FUNCTION("start", Start), in DeclareDeviceCoordinationData()
396 DECLARE_NAPI_STATIC_FUNCTION("stop", Stop), in DeclareDeviceCoordinationData()
397 DECLARE_NAPI_STATIC_FUNCTION("getState", GetState), in DeclareDeviceCoordinationData()
398 DECLARE_NAPI_STATIC_FUNCTION("on", On), in DeclareDeviceCoordinationData()
399 DECLARE_NAPI_STATIC_FUNCTION("off", Off) in DeclareDeviceCoordinationData()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmtp_service_napi.cpp53 DECLARE_NAPI_STATIC_FUNCTION("startMtpService", StartMtpService), in Init()
54 DECLARE_NAPI_STATIC_FUNCTION("stopMtpService", StopMtpService), in Init()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_inputer_manager.cpp31 DECLARE_NAPI_STATIC_FUNCTION("registerInputer", RegisterInputer), in Init()
32 DECLARE_NAPI_STATIC_FUNCTION("unregisterInputer", UnregisterInputer), in Init()
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp105 DECLARE_NAPI_STATIC_FUNCTION("createTimer", CreateTimer), in SystemTimerInit()
106 DECLARE_NAPI_STATIC_FUNCTION("startTimer", StartTimer), in SystemTimerInit()
107 DECLARE_NAPI_STATIC_FUNCTION("stopTimer", StopTimer), in SystemTimerInit()
108 DECLARE_NAPI_STATIC_FUNCTION("destroyTimer", DestroyTimer), in SystemTimerInit()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/image_filter_napi/
H A Djs_image_filter.cpp29 DECLARE_NAPI_STATIC_FUNCTION("createBlurImageFilter", JsImageFilter::CreateBlurImageFilter), in Init()
30 DECLARE_NAPI_STATIC_FUNCTION("createFromColorFilter", JsImageFilter::CreateFromColorFilter), in Init()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.cpp27 DECLARE_NAPI_STATIC_FUNCTION("createDashPathEffect", JsPathEffect::CreateDashPathEffect), in Init()
28DECLARE_NAPI_STATIC_FUNCTION("createCornerPathEffect", JsPathEffect::CreateCornerPathEffect), in Init()
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_server_manager.cpp37 DECLARE_NAPI_STATIC_FUNCTION("addServerConfig", AddServerConfig), in Init()
38 DECLARE_NAPI_STATIC_FUNCTION("removeServerConfig", RemoveServerConfig), in Init()
39 DECLARE_NAPI_STATIC_FUNCTION("getAccountServerConfig", GetAccountServerConfig), in Init()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp259 DECLARE_NAPI_STATIC_FUNCTION("on", On), in DeclareDragInterface()
260 DECLARE_NAPI_STATIC_FUNCTION("off", Off), in DeclareDragInterface()
261 DECLARE_NAPI_STATIC_FUNCTION("getDataSummary", GetDataSummary) in DeclareDragInterface()

12345