Home
last modified time | relevance | path

Searched refs:FIELD_TYPE (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp60 {Events::FIELD_TYPE, SqlUtil::SQL_INT_TYPE}, in Create()
84 bucket.PutInt(Events::FIELD_TYPE, event->GetType()); in Insert()
H A Dapp_event_store.cpp95 event->SetType(GetIntFromResultSet(resultSet, Events::FIELD_TYPE)); in GetEventFromResultSet()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_cache_common.h32 const std::string FIELD_TYPE = "type"; member
/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c37 #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 Ddev_session_v2.c56 #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