/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 44 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 D | timer_type.cpp | 40 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 D | wifi_ext_napi_entry.cpp | 33 napi_property_descriptor exportFuncs[] = { in PropertyValueInit() local 36 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in PropertyValueInit()
|
H A D | wifi_napi_entry.cpp | 286 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 D | napi_bluetooth_base_profile.cpp | 42 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 D | init.cpp | 60 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 D | feature_ability_constant.cpp | 57 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 D | init.cpp | 72 napi_property_descriptor exportFuncs[] = { in BackgroundModeInit() local 76 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in BackgroundModeInit()
|
H A D | init_bgtaskmgr.cpp | 87 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 D | native_module.cpp | 82 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 D | native_module.cpp | 71 napi_property_descriptor exportFuncs[] = { in ConstantInit() local 76 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in ConstantInit()
|
H A D | native_module_manager.cpp | 74 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 D | napi_app_account_constant.cpp | 76 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 D | napi_bluetooth_host.cpp | 97 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 D | want_constant.cpp | 128 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 D | napi_bluetooth_profile.cpp | 81 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 D | napi_bluetooth_access.cpp | 111 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 D | el5_filekey_manager_napi.cpp | 199 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 D | napi_bluetooth_pbap_pse.cpp | 102 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 D | napi_bluetooth_spp_server.cpp | 73 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 D | napi_bluetooth_constant.cpp | 60 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 D | support.cpp | 661 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 D | napi_screenlock_ability.cpp | 66 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 D | napi_bluetooth_ble.cpp | 1095 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 D | napi_atmanager.cpp | 339 napi_property_descriptor exportFuncs[] = { in CreateObjects() local 346 napi_define_properties(env, exports, sizeof(exportFuncs) / sizeof(*exportFuncs), exportFuncs); in CreateObjects()
|