Searched refs:FIELD_TYPE (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_dao.cpp | 60 {Events::FIELD_TYPE, SqlUtil::SQL_INT_TYPE},
in Create() 84 bucket.PutInt(Events::FIELD_TYPE, event->GetType());
in Insert()
|
H A D | app_event_store.cpp | 95 event->SetType(GetIntFromResultSet(resultSet, Events::FIELD_TYPE));
in GetEventFromResultSet()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/ |
H A D | app_event_cache_common.h | 32 const std::string FIELD_TYPE = "type";
member
|
/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 37 #define FIELD_TYPE "type" macro 104 if (GetIntFromJson(inputEvent, FIELD_TYPE, &eventType) != HC_SUCCESS) { in DecodeEvent()
|
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 56 #define FIELD_TYPE "type" macro 308 if (AddIntToJson(event, FIELD_TYPE, eventType) != HC_SUCCESS) { in AddMsgToSessionMsg() 407 if (isTodoCmd && AddIntToJson(cmd, FIELD_TYPE, cmdInfo->strategy) != HC_SUCCESS) { in AddCmdInfoToJsonArray() 542 if (AddIntToJson(eventData, FIELD_TYPE, cred->proofType) != HC_SUCCESS) { in AddCredInfoToEventData() 701 if (GetIntFromJson(inputData, FIELD_TYPE, &credType) != HC_SUCCESS) { in GetSelfCredByInput() 1622 if (GetIntFromJson(cmd, FIELD_TYPE, &strategy) != HC_SUCCESS) { in PeerCmdsNegotiate()
|
Completed in 7 milliseconds