Searched refs:FIELD_TYPE (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/ |
H A D | app_event_cache_common.h | 32 const std::string FIELD_TYPE = "type"; variable
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 37 constexpr const char* FIELD_TYPE = "TType"; variable
|
/ohos5.0/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()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 38 #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 D | dm_credential_manager.cpp | 137 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 D | hichain_connector.cpp | 1005 jsonObj[FIELD_META_NODE_TYPE] = GetJsonStr(jsonObject, FIELD_TYPE); in ParseRemoteCredentialExt()
|