/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_data_helper.cpp | 48 LOG_DEBUG(UDMF_FRAMEWORK, "Exceeded KV data limit, totalSize:%{public}" PRId64 " !", totalSize); in ExceedKVSizeLimit() 53 LOG_DEBUG(UDMF_FRAMEWORK, "Exceeded KV record limit, recordSize:%{public}" PRId64 "!", record->GetSize()); in ExceedKVSizeLimit() 71 LOG_ERROR(UDMF_FRAMEWORK, "Invalid file record!"); in IsTempUData() 78 LOG_DEBUG(UDMF_FRAMEWORK, "exist temp unified data flag!"); in IsTempUData() 86 LOG_ERROR(UDMF_FRAMEWORK, "remove dir %{public}s failed, errno: %{public}d.", dirPath.c_str(), errno); in CreateDirIfNotExist() 89 LOG_DEBUG(UDMF_FRAMEWORK, "ForceCreateDirectory, dir: %{public}s", dirPath.c_str()); in CreateDirIfNotExist() 92 LOG_ERROR(UDMF_FRAMEWORK, "create dir %{public}s failed, errno: %{public}d.", dirPath.c_str(), errno); in CreateDirIfNotExist() 125 LOG_ERROR(UDMF_FRAMEWORK, "fail to save unified data to file"); in Pack() 151 LOG_ERROR(UDMF_FRAMEWORK, "Invalid file record!"); in Unpack() 156 LOG_ERROR(UDMF_FRAMEWORK, "Fai in Unpack() [all...] |
H A D | unified_data.cpp | 72 LOG_ERROR(UDMF_FRAMEWORK, "Invalid record, skip!"); in AddRecords() 131 LOG_ERROR(UDMF_FRAMEWORK, "Invalid record, skip!"); in HasTypeInEntries() 150 LOG_ERROR(UDMF_FRAMEWORK, "Empty data without any record!"); in IsValid() 154 LOG_ERROR(UDMF_FRAMEWORK, "Exceeded data limit, UnifiedData size: %{public}" PRId64 " !", this->GetSize()); in IsValid() 167 LOG_ERROR(UDMF_FRAMEWORK, in IsComplete() 178 LOG_ERROR(UDMF_FRAMEWORK, "properties is null!"); in SetProperties()
|
H A D | unified_record.cpp | 184 LOG_WARN(UDMF_FRAMEWORK, "already has the utdId: %{public}s", utdId.c_str()); in SetEntryGetter()
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_object.cpp | 109 LOG_ERROR(UDMF_FRAMEWORK, "Marshalling want error when Count");
in Count() 134 LOG_ERROR(UDMF_FRAMEWORK, "Has no enough buffer in tlv write. tag=%{public}hu, value=%{public}s", tag,
in Write() 144 LOG_ERROR(UDMF_FRAMEWORK, "memcpy error in tlv write. tag=%{public}hu, value=%{public}s", tag,
in Write() 156 LOG_ERROR(UDMF_FRAMEWORK, "Has no enough buffer in tlv read string. tag=%{public}hu", head.tag);
in Read() 160 LOG_ERROR(UDMF_FRAMEWORK, "LoadBufferFormFile error in tlv read string. tag=%{public}hu", head.tag);
in Read() 172 LOG_ERROR(UDMF_FRAMEWORK, "Has no enough buffer in tlv write u8 vector. tag=%{public}hu", tag);
in Write() 181 LOG_ERROR(UDMF_FRAMEWORK, "memcpy error in tlv write u8 vector. tag=%{public}hu", tag);
in Write() 193 LOG_ERROR(UDMF_FRAMEWORK, "Has no enough buffer in tlv read u8 vector. tag=%{public}hu", head.tag);
in Read() 197 LOG_ERROR(UDMF_FRAMEWORK, "LoadBufferFormFile error in tlv read u8 vector. tag=%{public}hu", head.tag);
in Read() 211 LOG_ERROR(UDMF_FRAMEWORK, "Marshallin in Write() [all...] |
H A D | udmf_types_util.cpp | 166 LOG_ERROR(UDMF_FRAMEWORK, "Unmarshal UDType failed!"); in Unmarshalling() 170 LOG_ERROR(UDMF_FRAMEWORK, "invalid UDType!"); in Unmarshalling() 189 LOG_ERROR(UDMF_FRAMEWORK, "Unmarshal Intention failed!"); in Unmarshalling() 193 LOG_ERROR(UDMF_FRAMEWORK, "invalid Intention!"); in Unmarshalling() 216 LOG_ERROR(UDMF_FRAMEWORK, "Unmarshal AsyncProcessInfo failed!"); in Unmarshalling() 221 LOG_ERROR(UDMF_FRAMEWORK, "invalid SyncStatus!"); in Unmarshalling()
|
H A D | tlv_util.cpp | 524 LOG_ERROR(UDMF_FRAMEWORK, "Encode pixelMap error when CountBufferSize"); in CountBufferSize() 535 LOG_ERROR(UDMF_FRAMEWORK, "Encode pixelMap error when Writing"); in Writing() 545 LOG_ERROR(UDMF_FRAMEWORK, "Reading u8 vector error."); in Reading() 550 LOG_ERROR(UDMF_FRAMEWORK, "DecodeTlv pixelMap error when Reading."); in Reading() 560 LOG_ERROR(UDMF_FRAMEWORK, "Marshalling want error when Count"); in CountBufferSize() 573 LOG_ERROR(UDMF_FRAMEWORK, "Marshalling want error in tlv write. tag=%{public}hu", tag); in Writing() 582 LOG_ERROR(UDMF_FRAMEWORK, "memcpy error in tlv write want. tag=%{public}hu", tag); in Writing() 593 LOG_ERROR(UDMF_FRAMEWORK, "Reading u8 vector error."); in Reading() 600 LOG_ERROR(UDMF_FRAMEWORK, "malloc error in tlv read. tag=%{public}hu", head.tag); in Reading() 605 LOG_ERROR(UDMF_FRAMEWORK, "memcpy_ in Reading() [all...] |
H A D | logger.h | 26 UDMF_FRAMEWORK = 0, // for framework core module enumerator
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_key.cpp | 57 LOG_DEBUG(UDMF_FRAMEWORK, "empty key"); in IsValid() 70 LOG_DEBUG(UDMF_FRAMEWORK, "wrong schema"); in IsValid() 92 LOG_DEBUG(UDMF_FRAMEWORK, "wrong bundle"); in IsValid() 102 LOG_DEBUG(UDMF_FRAMEWORK, "wrong groupId"); in IsValid() 112 LOG_DEBUG(UDMF_FRAMEWORK, "empty key"); in CheckCharacter()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | udmf_client_test.cpp | 1272 LOG_INFO(UDMF_FRAMEWORK, "GetSummary002 begin."); in HWTEST_F() 1311 LOG_INFO(UDMF_FRAMEWORK, "GetSummary002 end."); in HWTEST_F() 1355 LOG_INFO(UDMF_FRAMEWORK, "AddPrivilege002 begin."); in HWTEST_F() 1394 LOG_INFO(UDMF_FRAMEWORK, "AddPrivilege002 end."); in HWTEST_F()
|