Home
last modified time | relevance | path

Searched refs:exportFuncs (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp44 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in RemoveReasonInit()
69 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in SlotTypeInit()
90 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in SlotLevelInit()
124 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in SemanticActionButtonInit()
142 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in InputsSourceInit()
163 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in DoNotDisturbMode()
182 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in InputEditTypeInit()
212 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in ContentTypeInit()
232 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in DoNotDisturbTypeInit()
252 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in DeviceRemindTypeInit()
[all …]
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/
H A Dtimer_type.cpp40 napi_property_descriptor exportFuncs[] = { DECLARE_NAPI_PROPERTY("systemTimer", obj) }; in TimerTypeInit() local
41 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in TimerTypeInit()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_ext_napi_entry.cpp33 napi_property_descriptor exportFuncs[] = { in PropertyValueInit() local
36 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in PropertyValueInit()
H A Dwifi_napi_entry.cpp286 napi_property_descriptor exportFuncs[] = { in PropertyValueInit() local
309 …napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(napi_property_descriptor), expor… in PropertyValueInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/base_profile/
H A Dnapi_bluetooth_base_profile.cpp42 napi_property_descriptor exportFuncs[] = { in BaseProfilePropertyValueInit() local
47 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in BaseProfilePropertyValueInit()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dinit.cpp60 napi_property_descriptor exportFuncs[] = { in DeviceStandbyTypeInit() local
64 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in DeviceStandbyTypeInit()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dfeature_ability_constant.cpp57 napi_property_descriptor exportFuncs[] = { in FAConstantInit() local
62 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in FAConstantInit()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dinit.cpp72 napi_property_descriptor exportFuncs[] = { in BackgroundModeInit() local
76 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in BackgroundModeInit()
H A Dinit_bgtaskmgr.cpp87 napi_property_descriptor exportFuncs[] = { in BackgroundModeInit() local
92 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in BackgroundModeInit()
/ohos5.0/base/security/access_token/interfaces/kits/napi/privacy/src/
H A Dnative_module.cpp82 napi_property_descriptor exportFuncs[] = { in Init() local
87 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(exportFuncs[0]), exportFuncs); in Init()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dnative_module.cpp71 napi_property_descriptor exportFuncs[] = { in ConstantInit() local
76 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in ConstantInit()
H A Dnative_module_manager.cpp74 napi_property_descriptor exportFuncs[] = { in ConstantInit() local
79 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in ConstantInit()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_constant.cpp76 napi_property_descriptor exportFuncs[] = { in Init() local
80 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_host.cpp97 napi_property_descriptor exportFuncs[] = { in PropertyValueInit() local
103 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in PropertyValueInit()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/wantConstant/
H A Dwant_constant.cpp128 napi_property_descriptor exportFuncs[] = { in WantConstantInit() local
136 napi_property_descriptor exportFuncs[] = { in WantConstantInit() local
142 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in WantConstantInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp81 napi_property_descriptor exportFuncs[] = { in ProfileEnumInit() local
87 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in ProfileEnumInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp111 napi_property_descriptor exportFuncs[] = { in AccessPropertyValueInit() local
115 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in AccessPropertyValueInit()
/ohos5.0/base/security/access_token/interfaces/kits/napi/el5filekeymanager/src/
H A Del5_filekey_manager_napi.cpp199 napi_property_descriptor exportFuncs[] = { in Init() local
204 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(exportFuncs[0]), exportFuncs); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp102 napi_property_descriptor exportFuncs[] = { in PbapPropertyValueInit() local
106 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in PbapPropertyValueInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_server.cpp73 napi_property_descriptor exportFuncs[] = { in SppPropertyValueInit() local
77 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in SppPropertyValueInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp60 napi_property_descriptor exportFuncs[] = { in ConstantPropertyValueInit() local
69 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in ConstantPropertyValueInit()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/support/src/
H A Dsupport.cpp661 napi_property_descriptor exportFuncs[] = {DECLARE_NAPI_PROPERTY("Support", obj)}; in SupportInit() local
662 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in SupportInit()
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp66 napi_property_descriptor exportFuncs[] = { in Init() local
82 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp1095 napi_property_descriptor exportFuncs[] = { in PropertyInit() local
1107 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in PropertyInit()
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_atmanager.cpp339 napi_property_descriptor exportFuncs[] = { in CreateObjects() local
346 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in CreateObjects()

12