Home
last modified time | relevance | path

Searched refs:ReasonCToJS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp304 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
307 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
310 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
313 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
316 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
319 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
322 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
325 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
328 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
331 NotificationNapi::AnsEnumUtil::ReasonCToJS(inType, outType);
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h198 static bool ReasonCToJS(const int32_t &inType, int32_t &outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp225 bool AnsEnumUtil::ReasonCToJS(const int &inType, int &outType) in ReasonCToJS() function in OHOS::NotificationNapi::AnsEnumUtil
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp110 if (!AnsEnumUtil::ReasonCToJS(deleteReason, outReason)) { in SetSubscribeCallbackData()