Searched refs:LONG (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | hiappevent_base.cpp | 105 case AppEventParamType::LONG: in InitValueByBaseType() 273 AppEventParam appEventParam(key, AppEventParamType::LONG); in AddParam() 603 } else if (it->type == AppEventParamType::LONG) { in GetJsonString()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
D | hiappevent_base.h | 57 LONG = 5, enumerator
|
/base/notification/ans_standard/frameworks/ans/native/src/ |
D | reminder_request.cpp | 435 case (DbRecoveryType::LONG): { in RecoverInt64FromDb() 475 static_cast<uint64_t>(RecoverInt64FromDb(resultSet, REMINDER_TIME, DbRecoveryType::LONG)); in RecoverFromDb() 479 static_cast<uint64_t>(RecoverInt64FromDb(resultSet, TRIGGER_TIME, DbRecoveryType::LONG)); in RecoverFromDb() 483 static_cast<uint64_t>(RecoverInt64FromDb(resultSet, TIME_INTERVAL, DbRecoveryType::LONG)); in RecoverFromDb() 495 static_cast<uint64_t>(RecoverInt64FromDb(resultSet, RING_DURATION, DbRecoveryType::LONG)); in RecoverFromDb()
|
/base/notification/ans_standard/interfaces/innerkits/ans/native/include/ |
D | reminder_request.h | 644 LONG enumerator
|