/base/telephony/telephony_data/global_params/src/ |
H A D | rdb_global_params_callback.cpp | 53 InitData(rdbStore, TABLE_NUMBER_MATCH, false); in OnCreate() 54 InitData(rdbStore, TABLE_ECC_DATA, false); in OnCreate() 61 InitData(rdbStore, TABLE_NUMBER_MATCH, true); in OnOpen() 62 InitData(rdbStore, TABLE_ECC_DATA, true); in OnOpen() 69 DATA_STORAGE_LOGD("InitData start"); in InitEccData() 87 DATA_STORAGE_LOGD("InitData size = %{public}zu", vec.size()); in InitEccData() 99 DATA_STORAGE_LOGD("InitData end"); in InitEccData() 105 DATA_STORAGE_LOGD("InitData start"); in InitNumMatchData() 123 DATA_STORAGE_LOGD("InitData size = %{public}zu", vec.size()); in InitNumMatchData() 135 DATA_STORAGE_LOGD("InitData en in InitNumMatchData() 138 void RdbGlobalParamsCallback::InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName, InitData() function in OHOS::Telephony::RdbGlobalParamsCallback [all...] |
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_hub_test.cpp | 93 void ThermalActionHubTest::InitData() in InitData() function in ThermalActionHubTest 257 InitData(); in HWTEST_F() 284 InitData(); in HWTEST_F() 312 InitData(); in HWTEST_F() 339 InitData(); in HWTEST_F() 367 InitData(); in HWTEST_F() 395 InitData(); in HWTEST_F() 424 InitData(); in HWTEST_F() 451 InitData(); in HWTEST_F()
|
/base/hiviewdfx/hiview/core/platform_config/ |
H A D | hiview_platform_config.cpp | 47 void HiviewPlatformConfig::InitData() in InitData() function in OHOS::HiviewDFX::HiviewPlatformConfig 71 InitData(); in ParsesConfig()
|
H A D | hiview_platform_config.h | 40 void InitData();
|
/base/notification/distributed_notification_service/test/fuzztest/reminderstore_fuzzer/ |
H A D | reminderstore_fuzzer.cpp | 30 reminderStore.InitData();
in DoSomethingInterestingWithMyAPI()
|
/base/telephony/telephony_data/pdp_profile/include/ |
H A D | rdb_pdp_profile_callback.h | 39 void InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName);
|
/base/telephony/telephony_data/opkey/src/ |
H A D | rdb_opkey_callback.cpp | 52 InitData(rdbStore, TABLE_OPKEY_INFO); in OnCreate() 62 int64_t RdbOpKeyCallback::InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName) in InitData() function in OHOS::Telephony::RdbOpKeyCallback 64 DATA_STORAGE_LOGI("InitData::start"); in InitData() 70 DATA_STORAGE_LOGE("InitData fail! path empty!"); in InitData() 76 DATA_STORAGE_LOGE("InitData fail! checksum is null!"); in InitData() 80 DATA_STORAGE_LOGI("InitData::opkey data has not change."); in InitData() 94 DATA_STORAGE_LOGD("InitData size = %{public}zu", vec.size()); in InitData() 111 DATA_STORAGE_LOGI("InitData::end insert data: %{public}s", std::to_string(outInsertNum).c_str()); in InitData()
|
H A D | rdb_opkey_helper.cpp | 93 return RdbOpKeyCallback::InitData(*store_, TABLE_OPKEY_INFO); in InitOpKeyDatabase()
|
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | rdb_pdp_profile_callback.cpp | 73 InitData(rdbStore, TABLE_PDP_PROFILE); in OnCreate() 83 void RdbPdpProfileCallback::InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName) in InitData() function in OHOS::Telephony::RdbPdpProfileCallback 85 DATA_STORAGE_LOGD("InitData start"); in InitData() 98 DATA_STORAGE_LOGD("InitData size = %{public}zu", vec.size()); in InitData() 106 DATA_STORAGE_LOGD("InitData end"); in InitData()
|
/base/telephony/telephony_data/opkey/include/ |
H A D | rdb_opkey_callback.h | 33 static int64_t InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName);
|
/base/telephony/telephony_data/global_params/include/ |
H A D | rdb_global_params_callback.h | 38 void InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName, const bool hashCheck);
|
/base/powermgr/thermal_manager/test/systemtest/include/ |
H A D | thermal_mgr_interface_test.h | 34 void InitData();
|
/base/powermgr/thermal_manager/test/unittest/include/ |
H A D | thermal_action_hub_test.h | 33 void InitData();
|
/base/telephony/core_service/services/sim/src/ |
H A D | multi_sim_monitor.cpp | 84 InitData(slotId); in ProcessEvent() 92 InitData(slotId); in ProcessEvent() 177 void MultiSimMonitor::InitData(int32_t slotId) in InitData() function in OHOS::Telephony::MultiSimMonitor 179 TELEPHONY_LOGI("MultiSimMonitor::InitData slotId = %{public}d", slotId); in InitData() 181 TELEPHONY_LOGE("MultiSimMonitor::InitData slotId is invalid"); in InitData() 185 TELEPHONY_LOGI("MultiSimMonitor::InitData simAccountInfo is already loaded"); in InitData() 189 TELEPHONY_LOGE("MultiSimMonitor::InitData controller_ is nullptr"); in InitData() 192 if (!controller_->InitData(slotId)) { in InitData() 193 TELEPHONY_LOGE("MultiSimMonitor::InitData failed"); in InitData() 203 TELEPHONY_LOGE("MultiSimMonitor::InitData observerHandler in InitData() [all...] |
/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
H A D | platform_monitor.h | 78 void InitData();
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_store.h | 74 int32_t InitData();
|
/base/telephony/core_service/services/sim/include/ |
H A D | multi_sim_monitor.h | 74 void InitData(int32_t slotId);
|
H A D | multi_sim_controller.h | 43 bool InitData(int32_t slotId);
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_interface_test.cpp | 105 void ThermalMgrInterfaceTest::InitData() in InitData() function in ThermalMgrInterfaceTest 305 InitData(); in HWTEST_F() 502 InitData(); in HWTEST_F() 577 InitData(); in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | platform_monitor.cpp | 392 void PlatformMonitor::InitData()
in InitData() function in OHOS::HiviewDFX::PlatformMonitor 412 InitData();
in StartMonitor()
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 105 void InitData();
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store.cpp | 301 return InitData(); in Init() 498 __attribute__((no_sanitize("cfi"))) int32_t ReminderStore::InitData() in InitData() function in OHOS::Notification::ReminderStore
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_store_test.cpp | 92 * @tc.desc: Test InitData parameters. 99 int32_t ret = reminderStore.InitData(); in HWTEST_F()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.h | 179 void InitData();
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 176 InitData(); in OnStart() 254 void WallpaperService::InitData() in InitData() function in OHOS::WallpaperMgrService::WallpaperService
|