Home
last modified time | relevance | path

Searched refs:InitData (Results 1 - 25 of 28) sorted by relevance

12

/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_callback.cpp53 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 Dthermal_action_hub_test.cpp93 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 Dhiview_platform_config.cpp47 void HiviewPlatformConfig::InitData() in InitData() function in OHOS::HiviewDFX::HiviewPlatformConfig
71 InitData(); in ParsesConfig()
H A Dhiview_platform_config.h40 void InitData();
/base/notification/distributed_notification_service/test/fuzztest/reminderstore_fuzzer/
H A Dreminderstore_fuzzer.cpp30 reminderStore.InitData(); in DoSomethingInterestingWithMyAPI()
/base/telephony/telephony_data/pdp_profile/include/
H A Drdb_pdp_profile_callback.h39 void InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName);
/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp52 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 Drdb_opkey_helper.cpp93 return RdbOpKeyCallback::InitData(*store_, TABLE_OPKEY_INFO); in InitOpKeyDatabase()
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_callback.cpp73 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 Drdb_opkey_callback.h33 static int64_t InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName);
/base/telephony/telephony_data/global_params/include/
H A Drdb_global_params_callback.h38 void InitData(NativeRdb::RdbStore &rdbStore, const std::string &tableName, const bool hashCheck);
/base/powermgr/thermal_manager/test/systemtest/include/
H A Dthermal_mgr_interface_test.h34 void InitData();
/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_action_hub_test.h33 void InitData();
/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp84 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 Dplatform_monitor.h78 void InitData();
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h74 int32_t InitData();
/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_monitor.h74 void InitData(int32_t slotId);
H A Dmulti_sim_controller.h43 bool InitData(int32_t slotId);
/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp105 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 Dplatform_monitor.cpp392 void PlatformMonitor::InitData() in InitData() function in OHOS::HiviewDFX::PlatformMonitor
412 InitData(); in StartMonitor()
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h105 void InitData();
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp301 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 Dreminder_store_test.cpp92 * @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 Dtel_ril_test_util.h179 void InitData();
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp176 InitData(); in OnStart()
254 void WallpaperService::InitData() in InitData() function in OHOS::WallpaperMgrService::WallpaperService

Completed in 16 milliseconds

12