Home
last modified time | relevance | path

Searched refs:OTHER_TYPES (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h45 OTHER_TYPES = 0xFFFF, member in OHOS::NotificationNapi::SlotType
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp105 case SlotType::OTHER_TYPES: in SlotTypeJSToC()
140 outType = SlotType::OTHER_TYPES; in SlotTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp139 inType = NotificationNapi::SlotType::OTHER_TYPES; in HWTEST_F()
176 EXPECT_EQ(outType, NotificationNapi::SlotType::OTHER_TYPES); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h149 OTHER_TYPES = 0xFFFF, member in SlotType
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp63 SetNamedPropertyByInteger(env, obj, static_cast<int32_t>(SlotType::OTHER_TYPES), "OTHER_TYPES"); in SlotTypeInit()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp669 case SlotType::OTHER_TYPES: in SlotTypeCJToC()
701 outType = SlotType::OTHER_TYPES; in SlotTypeCToCJ()

Completed in 6 milliseconds