Home
last modified time | relevance | path

Searched refs:ReInit (Results 1 - 25 of 29) sorted by relevance

12

/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_store_death_recipient.cpp61 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 Ddm_adapter.h34 int32_t ReInit();
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Dstatic_profile_manager.h32 int32_t ReInit();
H A Dswitch_profile_manager.h35 int32_t ReInit();
H A Ddevice_profile_manager.h48 int32_t ReInit();
/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Dkv_adapter_manager.h36 void ReInit();
H A Dkv_adapter.h40 int32_t ReInit();
/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter_manager.cpp56 void KVAdapterManager::ReInit() in ReInit() function in OHOS::DistributedHardware::KVAdapterManager
60 kvAdapter_->ReInit(); in ReInit()
H A Dkv_adapter.cpp90 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 Dbezier_variable_velocity_motion.h115 void ReInit(float offsetPct) in ReInit() function in OHOS::Ace::BezierVariableVelocityMotion
/foundation/deviceprofile/device_info_manager/services/core/src/dm_adapter/
H A Ddm_adapter.cpp60 int32_t DMAdapter::ReInit() in ReInit() function in OHOS::DistributedDeviceProfile::DMAdapter
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddm_adapter_test.cpp113 * @tc.desc: ReInit
119 int32_t ret = DMAdapter::GetInstance().ReInit(); in HWTEST_F()
H A Dswitch_profile_manager_test.cpp86 * @tc.desc: ReInit
93 int32_t errCode = SwitchProfileManager::GetInstance().ReInit(); in HWTEST_F()
H A Dstatic_profile_manager_test.cpp84 * @tc.desc: ReInit
91 int32_t errCode = StaticProfileManager::GetInstance().ReInit(); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dswitch_profile_manager.cpp57 int32_t SwitchProfileManager::ReInit() in ReInit() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
H A Dstatic_profile_manager.cpp77 int32_t StaticProfileManager::ReInit() in ReInit() function in OHOS::DistributedDeviceProfile::StaticProfileManager
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h48 virtual int ReInit();
H A Dstorage_engine.cpp129 int StorageEngine::ReInit() in ReInit() function in DistributedDB::StorageEngine
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h78 int ReInit() override;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Ddb_adapter.h45 int32_t ReInit(bool isAutoSync);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/
H A Ddb_adapter_test.cpp280 * @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 Ddb_adapter.cpp173 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 Dkvdb_service_impl.h106 void ReInit(pid_t pid, const AppId &appId);
H A Dkvdb_service_impl.cpp342 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 Dipc_server_stub.cpp116 KVAdapterManager::GetInstance().ReInit(); in OnAddSystemAbility()

Completed in 13 milliseconds

12