Searched refs:ReasonCToJS (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 304 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 D | ans_convert_enum.h | 198 static bool ReasonCToJS(const int32_t &inType, int32_t &outType);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 225 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 D | subscribe.cpp | 110 if (!AnsEnumUtil::ReasonCToJS(deleteReason, outReason)) { in SetSubscribeCallbackData()
|