Home
last modified time | relevance | path

Searched refs:FIELD_TYPE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_cache_common.h32 const std::string FIELD_TYPE = "type"; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h37 constexpr const char* FIELD_TYPE = "TType"; variable
/ohos5.0/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()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c38 #define FIELD_TYPE "type" macro
105 if (GetIntFromJson(inputEvent, FIELD_TYPE, &eventType) != HC_SUCCESS) { in DecodeEvent()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp137 if (IsString(jsonObject, FIELD_TYPE) && processType == REMOTE_CREDENTIAL_DEAL_TYPE) { in ImportCredential()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp1005 jsonObj[FIELD_META_NODE_TYPE] = GetJsonStr(jsonObject, FIELD_TYPE); in ParseRemoteCredentialExt()