Home
last modified time | relevance | path

Searched refs:DATA_STORAGE_LOGE (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/telephony/telephony_data/global_params/src/
H A Dglobal_params_ability.cpp64 DATA_STORAGE_LOGE("abilityContext is nullptr."); in DoInit()
77 DATA_STORAGE_LOGE("DoInit rdb init fail!"); in DoInit()
81 DATA_STORAGE_LOGE("path is empty"); in DoInit()
111 DATA_STORAGE_LOGE("Permission denied!"); in Insert()
117 DATA_STORAGE_LOGE("GlobalParamsAbility::The insert capability is not supported."); in Insert()
126 DATA_STORAGE_LOGE("Permission denied!"); in Query()
173 DATA_STORAGE_LOGE("Permission denied!"); in Update()
180 DATA_STORAGE_LOGE("GlobalParamsAbility::The update capability is not supported."); in Update()
187 DATA_STORAGE_LOGE("Permission denied!"); in Delete()
201 DATA_STORAGE_LOGE("GlobalParamsAbility::IsInitOk initDatabaseDir_ failed!"); in IsInitOk()
[all …]
H A Drdb_global_params_callback.cpp74 DATA_STORAGE_LOGE("ParserEccDataJson fail ret = %{public}d", ret); in InitEccData()
82 DATA_STORAGE_LOGE("BeginTransaction error!"); in InitEccData()
110 DATA_STORAGE_LOGE("ParserNumMatchJson fail resultCode = %{public}d", resultCode); in InitNumMatchData()
118 DATA_STORAGE_LOGE("BeginTransaction error!"); in InitNumMatchData()
146DATA_STORAGE_LOGE("RdbGlobalParamsCallback::InitData failed: tableName %s invalid\n", tableName.c_… in InitData()
/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Dopkey_ability.cpp65 DATA_STORAGE_LOGE("DoInit GetAbilityContext is null"); in DoInit()
79 DATA_STORAGE_LOGE("DoInit rdb init failed!"); in DoInit()
83 DATA_STORAGE_LOGE("DoInit##databaseDir is empty!"); in DoInit()
113 DATA_STORAGE_LOGE("Permission denied!"); in BatchInsert()
131 DATA_STORAGE_LOGE("Permission denied!"); in Insert()
155 DATA_STORAGE_LOGE("Permission denied!"); in Query()
170 DATA_STORAGE_LOGE("OpKeyAbility::Query NativeRdb::ResultSet is null!"); in Query()
193 DATA_STORAGE_LOGE("Permission denied!"); in Update()
229 DATA_STORAGE_LOGE("Permission denied!"); in Delete()
259 DATA_STORAGE_LOGE("OpKeyAbility::IsInitOk initDatabaseDir_ failed!"); in IsInitOk()
[all …]
H A Drdb_opkey_callback.cpp70 DATA_STORAGE_LOGE("InitData fail! path empty!"); in InitData()
76 DATA_STORAGE_LOGE("InitData fail! checksum is null!"); in InitData()
85 DATA_STORAGE_LOGE("Parse OpKey info fail"); in InitData()
91 DATA_STORAGE_LOGE("BeginTransaction error!"); in InitData()
107 DATA_STORAGE_LOGE("Commit error!"); in InitData()
138 DATA_STORAGE_LOGE("preferencesUtil is nullptr!"); in SetPreferOpKeyConfChecksum()
/ohos5.0/base/telephony/telephony_data/sim/src/
H A Dsim_ability.cpp80 DATA_STORAGE_LOGE("DoInit GetAbilityContext is null"); in DoInit()
93 DATA_STORAGE_LOGE("DoInit rdb init failed!"); in DoInit()
97 DATA_STORAGE_LOGE("DoInit##databaseDir is empty!"); in DoInit()
127 DATA_STORAGE_LOGE("Permission denied!"); in Insert()
151 DATA_STORAGE_LOGE("Permission denied!"); in Query()
189 DATA_STORAGE_LOGE("Permission denied!"); in Update()
218 DATA_STORAGE_LOGE("SimAbility::Update SetCard failed!"); in Update()
233 DATA_STORAGE_LOGE("Permission denied!"); in SetCard()
269 DATA_STORAGE_LOGE("Permission denied!"); in Delete()
299 DATA_STORAGE_LOGE("SimAbility::IsInitOk initDatabaseDir failed!"); in IsInitOk()
[all …]
H A Drdb_sim_helper.cpp81 DATA_STORAGE_LOGE("RdbSimHelper::SetDefaultCardByType BeginTransaction is error!"); in SetDefaultCardByType()
88 DATA_STORAGE_LOGE("RdbSimHelper::SetDefaultCardByType UpdateCardStateByType is error!"); in SetDefaultCardByType()
111 DATA_STORAGE_LOGE("RdbSimHelper::SetDefaultDataByType is error!"); in SetDefaultCardByType()
118 DATA_STORAGE_LOGE("RdbSimHelper::SetDefaultCardByType Update is error!"); in SetDefaultCardByType()
H A Drdb_sim_callback.cpp47DATA_STORAGE_LOGE("upgrade error oldVersion = %{public}d, newVersion = %{public}d ", oldVersion, n… in OnUpgrade()
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp65 DATA_STORAGE_LOGE("DoInit has done"); in DoInit()
70 DATA_STORAGE_LOGE("DoInit GetAbilityContext is null"); in DoInit()
84 DATA_STORAGE_LOGE("DoInit rdb init fail!"); in DoInit()
88 DATA_STORAGE_LOGE("DoInit##databaseDir is empty!"); in DoInit()
118 DATA_STORAGE_LOGE("Permission denied!"); in BatchInsert()
147 DATA_STORAGE_LOGE("Permission denied!"); in Insert()
179 DATA_STORAGE_LOGE("preferencesUtil is nullptr!"); in GetPreferApn()
192 DATA_STORAGE_LOGE("preferencesUtil is nullptr!"); in SetPreferApn()
204 DATA_STORAGE_LOGE("Permission denied!"); in Query()
246 DATA_STORAGE_LOGE("Permission denied!"); in Update()
[all …]
H A Drdb_pdp_profile_helper.cpp105 DATA_STORAGE_LOGE("RdbPdpProfileHelper::ResetApn BeginTransaction is error!"); in ResetApn()
112DATA_STORAGE_LOGE("RdbPdpProfileHelper::ResetApn create table temp_pdp_profile ret = %{public}d", … in ResetApn()
131 DATA_STORAGE_LOGE("RdbPdpProfileHelper::ResetApn drop table ret = %{public}d", ret); in ResetApn()
140 DATA_STORAGE_LOGE("RdbPdpProfileHelper::ResetApn alter table ret = %{public}d", ret); in ResetApn()
173 DATA_STORAGE_LOGE("InitAPNDatabase fail! checksum is null!"); in InitAPNDatabase()
183 DATA_STORAGE_LOGE("InitAPNDatabase fail"); in InitAPNDatabase()
188 DATA_STORAGE_LOGE("BeginTransaction error!"); in InitAPNDatabase()
237 DATA_STORAGE_LOGE("preferencesUtil is nullptr!"); in SetPreferApnConfChecksum()
H A Drdb_pdp_profile_callback.cpp54DATA_STORAGE_LOGE("upgrade error oldVersion = %{public}d, newVersion = %{public}d ", oldVersion, n… in OnUpgrade()
90 DATA_STORAGE_LOGE("ParserPdpProfileJson fail"); in InitData()
95 DATA_STORAGE_LOGE("BeginTransaction error!"); in InitData()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp117 DATA_STORAGE_LOGE("ParserUtil::content is nullptr!"); in ParserPdpProfileJson()
226 DATA_STORAGE_LOGE("ParserUtil::GetOpKeyFilePath fail"); in GetOpKeyFilePath()
239 DATA_STORAGE_LOGE("ParserUtil::content is nullptr!"); in ParserOpKeyJson()
247 DATA_STORAGE_LOGE("ParserUtil::ParserOpKeyInfos root is error!"); in ParserOpKeyJson()
351 DATA_STORAGE_LOGE("ParserUtil::content is nullptr!"); in ParserNumMatchJson()
444 DATA_STORAGE_LOGE("ParserUtil::content is nullptr!"); in ParserEccDataJson()
516 DATA_STORAGE_LOGE("ParserUtil::LoaderJsonFile file is null!"); in LoaderJsonFile()
544 DATA_STORAGE_LOGE("ParserUtil::LoaderJsonFile memset_s failed"); in LoaderJsonFile()
552 DATA_STORAGE_LOGE("ParserUtil::LoaderJsonFile ret_read != len!"); in LoaderJsonFile()
565 DATA_STORAGE_LOGE("ParserUtil::LoaderJsonFile ret_close != 0!"); in CloseFile()
[all …]
H A Dtelephony_datashare_stub_impl.cpp159 DATA_STORAGE_LOGE("Insert failed, extension is null."); in Insert()
177 DATA_STORAGE_LOGE("Update failed, extension is null."); in Update()
182 DATA_STORAGE_LOGE("Update end failed. ret: %{public}d", ret); in Update()
196 DATA_STORAGE_LOGE("Delete failed, extension is null."); in Delete()
213 DATA_STORAGE_LOGE("Query failed, extension is null."); in Query()
227 DATA_STORAGE_LOGE("BatchInsert failed, extension is null."); in BatchInsert()
268 DATA_STORAGE_LOGE("%{public}s obsMgrClient is nullptr", __func__); in RegisterObserver()
274DATA_STORAGE_LOGE("%{public}s obsMgrClient->RegisterObserver error return %{public}d", __func__, r… in RegisterObserver()
286 DATA_STORAGE_LOGE("%{public}s obsMgrClient is nullptr", __func__); in UnregisterObserver()
302 DATA_STORAGE_LOGE("%{public}s obsMgrClient is nullptr", __func__); in NotifyChange()
[all …]
H A Drdb_base_helper.cpp127 DATA_STORAGE_LOGE("RdbBaseHelper::IsExistStore NativeRdb::RdbStore is null!"); in IsExistStore()
/ohos5.0/base/telephony/telephony_data/sms_mms/src/
H A Dsms_mms_ability.cpp72 DATA_STORAGE_LOGE("DoInit GetAbilityContext is null"); in DoInit()
85 DATA_STORAGE_LOGE("DoInit rdb init failed!"); in DoInit()
89 DATA_STORAGE_LOGE("DoInit##databaseDir is empty!"); in DoInit()
119 DATA_STORAGE_LOGE("Permission denied!"); in Insert()
167 DATA_STORAGE_LOGE("Permission denied!"); in Query()
204 DATA_STORAGE_LOGE("Permission denied!"); in Update()
271 DATA_STORAGE_LOGE("ResultSet is null!"); in GetResultSet()
281 DATA_STORAGE_LOGE("ResultSet is null!"); in GetResultSet()
298 DATA_STORAGE_LOGE("Permission denied!"); in Delete()
368 DATA_STORAGE_LOGE("SmsMmsAbility::IsInitOk initRdbStore failed!"); in IsInitOk()
[all …]
H A Drdb_sms_mms_callback.cpp40DATA_STORAGE_LOGE("upgrade error oldVersion = %{public}d, newVersion = %{public}d ", oldVersion, n… in OnUpgrade()
H A Drdb_sms_mms_helper.cpp211 DATA_STORAGE_LOGE("RdbSmsMmsHelper::BatchInsertSmsMmsInfo BeginTransaction error!"); in BatchInsertSmsMmsInfo()
218DATA_STORAGE_LOGE("RdbSmsMmsHelper::InsertSmsMmsInfo error result = %{public}d", result); in BatchInsertSmsMmsInfo()
/ohos5.0/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp111 DATA_STORAGE_LOGE("CreateSimHelper uri is nullptr"); in CreateSimHelper()
124 DATA_STORAGE_LOGE("CreateSmsHelper uri is nullptr"); in CreateSmsHelper()
150 DATA_STORAGE_LOGE("CreateOpKeyHelper uri is nullptr"); in CreateOpKeyHelper()
564 DATA_STORAGE_LOGE("CreateDataShareHelper occur error");
587 DATA_STORAGE_LOGE("CreateDataShareHelper occur error");
607 DATA_STORAGE_LOGE("CreateDataShareHelper occur error");
627 DATA_STORAGE_LOGE("CreateDataShareHelper occur error");
647 DATA_STORAGE_LOGE("CreateDataShareHelper occur error");
667 DATA_STORAGE_LOGE("CreateDataShareHelper occur error");
687 DATA_STORAGE_LOGE("CreateDataShareHelper occur error");
[all …]
/ohos5.0/base/telephony/telephony_data/common/include/
H A Ddata_storage_log_wrapper.h68 #define DATA_STORAGE_LOGE(fmt, ...) \ macro
79 #define DATA_STORAGE_LOGE(fmt, ...) … macro
/ohos5.0/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp58 DATA_STORAGE_LOGE("DataSimRdbHelper Get system ability mgr failed."); in CreateDataShareHelper()
63 DATA_STORAGE_LOGE("DataSimRdbHelper GetSystemAbility Service Failed."); in CreateDataShareHelper()
103 DATA_STORAGE_LOGE("CreateSimHelper uri is nullptr"); in CreateSimHelper()
116 DATA_STORAGE_LOGE("CreateSmsHelper uri is nullptr"); in CreateSmsHelper()
129 DATA_STORAGE_LOGE("CreatePdpProfileHelper uri is nullptr"); in CreatePdpProfileHelper()
142 DATA_STORAGE_LOGE("CreateOpKeyHelper uri is nullptr"); in CreateOpKeyHelper()
155 DATA_STORAGE_LOGE("CreateGlobalParamsHelper uri is nullptr"); in CreateGlobalParamsHelper()
/ohos5.0/base/telephony/telephony_data/opkey_version/src/
H A Dopkey_version_ability.cpp48 DATA_STORAGE_LOGE("get versionInfo failed!"); in Query()
/ohos5.0/base/telephony/telephony_data/
H A DREADME_zh.md151 DATA_STORAGE_LOGE("DataSimRdbHelper Get system ability mgr failed.");
157 DATA_STORAGE_LOGE("DataSimRdbHelper GetSystemAbility Service Failed.");
H A DREADME.md155 DATA_STORAGE_LOGE("DataSimRdbHelper Get system ability mgr failed.");
161 DATA_STORAGE_LOGE("DataSimRdbHelper GetSystemAbility Service Failed.");