/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/ |
H A D | kv_store_death_recipient.cpp | 61 HILOGI("ReInit, storeId:%{public}s", storeId.c_str()); in OnRemoteDied() 63 DeviceProfileManager::GetInstance().ReInit(); in OnRemoteDied() 66 StaticProfileManager::GetInstance().ReInit(); in OnRemoteDied()
|
/foundation/deviceprofile/device_info_manager/services/core/include/dm_adapter/ |
H A D | dm_adapter.h | 34 int32_t ReInit();
|
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | static_profile_manager.h | 32 int32_t ReInit();
|
H A D | switch_profile_manager.h | 35 int32_t ReInit();
|
H A D | device_profile_manager.h | 48 int32_t ReInit();
|
/foundation/distributedhardware/device_manager/utils/include/kvadapter/ |
H A D | kv_adapter_manager.h | 36 void ReInit();
|
H A D | kv_adapter.h | 40 int32_t ReInit();
|
/foundation/distributedhardware/device_manager/utils/src/kvadapter/ |
H A D | kv_adapter_manager.cpp | 56 void KVAdapterManager::ReInit() in ReInit() function in OHOS::DistributedHardware::KVAdapterManager 60 kvAdapter_->ReInit(); in ReInit()
|
H A D | kv_adapter.cpp | 90 int32_t KVAdapter::ReInit() in ReInit() function in OHOS::DistributedHardware::KVAdapter 92 LOGI("KVAdapter ReInit"); in ReInit() 142 LOGI("ReInit, storeId:%{public}s", storeId_.storeId.c_str()); in OnRemoteDied() 143 ReInit(); in OnRemoteDied()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | bezier_variable_velocity_motion.h | 115 void ReInit(float offsetPct) in ReInit() function in OHOS::Ace::BezierVariableVelocityMotion
|
/foundation/deviceprofile/device_info_manager/services/core/src/dm_adapter/ |
H A D | dm_adapter.cpp | 60 int32_t DMAdapter::ReInit() in ReInit() function in OHOS::DistributedDeviceProfile::DMAdapter
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dm_adapter_test.cpp | 113 * @tc.desc: ReInit 119 int32_t ret = DMAdapter::GetInstance().ReInit(); in HWTEST_F()
|
H A D | switch_profile_manager_test.cpp | 86 * @tc.desc: ReInit 93 int32_t errCode = SwitchProfileManager::GetInstance().ReInit(); in HWTEST_F()
|
H A D | static_profile_manager_test.cpp | 84 * @tc.desc: ReInit 91 int32_t errCode = StaticProfileManager::GetInstance().ReInit(); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | switch_profile_manager.cpp | 57 int32_t SwitchProfileManager::ReInit() in ReInit() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
|
H A D | static_profile_manager.cpp | 77 int32_t StaticProfileManager::ReInit() in ReInit() function in OHOS::DistributedDeviceProfile::StaticProfileManager
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine.h | 48 virtual int ReInit();
|
H A D | storage_engine.cpp | 129 int StorageEngine::ReInit() in ReInit() function in DistributedDB::StorageEngine
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_engine.h | 78 int ReInit() override;
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/ |
H A D | db_adapter.h | 45 int32_t ReInit(bool isAutoSync);
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/ |
H A D | db_adapter_test.cpp | 280 * @tc.desc: Verify the ReInit function. 290 EXPECT_EQ(ERR_DH_FWK_RESOURCE_KV_STORAGE_POINTER_NULL, g_dbAdapterPtr->ReInit(true)); in HWTEST_F() 398 EXPECT_EQ(DH_FWK_SUCCESS, g_dbAdapterPtr->ReInit(true)); in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | db_adapter.cpp | 173 int32_t DBAdapter::ReInit(bool isAutoSync) in ReInit() function in OHOS::DistributedHardware::DBAdapter 175 DHLOGI("ReInit DB, storeId: %{public}s", storeId_.storeId.c_str()); in ReInit() 445 DHLOGI("ReInit DB success"); in OnRemoteDied() 457 if (this->ReInit(this->isAutoSync_) == DH_FWK_SUCCESS) { in DBDiedOpt()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.h | 106 void ReInit(pid_t pid, const AppId &appId);
|
H A D | kvdb_service_impl.cpp | 342 value.ReInit(IPCSkeleton::GetCallingPid(), appId); in RegServiceNotifier() 370 value.ReInit(IPCSkeleton::GetCallingPid(), appId); in SubscribeSwitchData() 453 value.ReInit(IPCSkeleton::GetCallingPid(), appId); in SetSyncParam() 551 agent.ReInit(IPCSkeleton::GetCallingPid(), appId); in Subscribe() 1342 void KVDBServiceImpl::SyncAgent::ReInit(pid_t pid, const AppId &appId) in ReInit() function in OHOS::DistributedKv::KVDBServiceImpl::SyncAgent
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_server_stub.cpp | 116 KVAdapterManager::GetInstance().ReInit(); in OnAddSystemAbility()
|