Searched refs:nobj (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 433 napi_value nobj = nullptr; in GetNotificationSlot() local 460 if (nobj != nullptr) { in GetNotificationSlot() 461 napi_get_value_int32(env, nobj, &slotType); in GetNotificationSlot() 490 napi_value nobj = nullptr; in GetNotificationSlotByString() local 536 napi_value nobj = nullptr; in GetNotificationSlotByBool() local 550 napi_get_value_bool(env, nobj, &badgeFlag); in GetNotificationSlotByBool() 593 napi_value nobj = nullptr; in GetNotificationSlotByNumber() local 607 napi_get_value_int32(env, nobj, &inLevel); in GetNotificationSlotByNumber() 653 napi_value nobj = nullptr; in GetNotificationSlotByVibration() local 682 napi_is_array(env, nobj, &isArray); in GetNotificationSlotByVibration() [all …]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 704 napi_value nobj = nullptr; in GetNotificationSlot() local 731 if (nobj != nullptr) { in GetNotificationSlot() 732 napi_get_value_int32(env, nobj, &slotType); in GetNotificationSlot() 760 napi_value nobj = nullptr; in GetNotificationSlotByString() local 805 napi_value nobj = nullptr; in GetNotificationSlotByBool() local 819 napi_get_value_bool(env, nobj, &badgeFlag); in GetNotificationSlotByBool() 861 napi_value nobj = nullptr; in GetNotificationSlotByNumber() local 875 napi_get_value_int32(env, nobj, &inLevel); in GetNotificationSlotByNumber() 920 napi_value nobj = nullptr; in GetNotificationSlotByVibration() local 949 napi_is_array(env, nobj, &isArray); in GetNotificationSlotByVibration() [all …]
|