Searched refs:INT (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | sys_event_query.cpp | 202 return (Index() == INT) ? (GetNumber<int64_t>() == fieldNum.GetNumber<int64_t>()) : in operator ==() 205 if (Index() == INT) { in operator ==() 217 return (Index() == INT) ? (GetNumber<int64_t>() != fieldNum.GetNumber<int64_t>()) : in operator !=() 220 if (Index() == INT) { in operator !=() 233 return (Index() == INT) ? (GetNumber<int64_t>() < fieldNum.GetNumber<int64_t>()) : in operator <() 236 if (Index() == INT) { in operator <() 249 return (Index() == INT) ? (GetNumber<int64_t>() <= fieldNum.GetNumber<int64_t>()) : in operator <=() 252 if (Index() == INT) { in operator <=() 265 return (Index() == INT) ? (GetNumber<int64_t>() > fieldNum.GetNumber<int64_t>()) : in operator >() 268 if (Index() == INT) { in operator >() [all...] |
/base/update/updater/utils/json/ |
H A D | json_node.cpp | 26 { cJSON_Object, NodeType::OBJECT }, { cJSON_Array, NodeType::ARRAY }, { cJSON_Number, NodeType::INT }, in GetJsonTypeMap() 118 case NodeType::INT: in Parse()
|
H A D | json_node.h | 37 enum class NodeType { OBJECT, INT, STRING, ARRAY, BOOL, NUL, UNKNOWN }; member in Updater::NodeType
|
/base/notification/eventhandler/frameworks/napi/include/ |
H A D | events_emitter.h | 50 INT, member in OHOS::AppExecFwk::DataType
|
/base/update/updater/test/unittest/utils/json/ |
H A D | utils_json_test.cpp | 87 EXPECT_EQ(node["key"].Type(), NodeType::INT); in HWTEST_F() 186 EXPECT_EQ(node["key"][0].Type(), NodeType::INT); in HWTEST_F()
|
/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | sys_event_query.h | 76 enum ValueType { DOUBLE = 0, UINT = 1, INT = 2 }; enumerator 122 return static_cast<std::decay_t<T>>(std::get<INT>(val_)); in GetNumber()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 1021 INT, member in OHOS::Notification::ReminderRequest::DbRecoveryType
|
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_dao_test.cpp | 525 ASSERT_TRUE(fn1.Index() == FieldNumber::INT); in HWTEST_F()
|
Completed in 6 milliseconds