Searched refs:bindInfo_ (Results 1 - 9 of 9) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/ |
H A D | bind_event.cpp | 19 BindEvent::BindEvent(int32_t evtId, BindEventInfo&& bindInfo) : Event(evtId), bindInfo_(std::move(bindInfo)) in BindEvent() 25 return bindInfo_; in GetBindInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/ |
H A D | bind_event.h | 51 BindEventInfo bindInfo_; member in OHOS::DistributedData::BindEvent
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_general_store.cpp | 145 bindInfo_.loader_ = nullptr; in ~RdbGeneralStore() 146 if (bindInfo_.db_ != nullptr) { in ~RdbGeneralStore() 147 bindInfo_.db_->Close(); in ~RdbGeneralStore() 149 bindInfo_.db_ = nullptr; in ~RdbGeneralStore() 189 bindInfo_ = std::move(bindInfo); in Bind() 192 rdbCloud_ = std::make_shared<RdbCloud>(bindInfo_.db_, &snapshots_); in Bind() 193 rdbLoader_ = std::make_shared<RdbAssetLoader>(bindInfo_.loader_, &snapshots_); in Bind() 234 if (isForce && bindInfo_.loader_ != nullptr) { in Close() 235 bindInfo_.loader_->Cancel(); in Close() 244 bindInfo_ in Close() [all...] |
H A D | rdb_general_store.h | 163 BindInfo bindInfo_; member in OHOS::DistributedRdb::RdbGeneralStore
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 133 InputWindowsManager::InputWindowsManager() : bindInfo_(BIND_CFG_FILE_NAME) in InputWindowsManager() 178 bindInfo_.AddInputDevice(deviceId, sysUid); in DeviceStatusChanged() 180 bindInfo_.RemoveInputDevice(deviceId); in DeviceStatusChanged() 188 bindInfo_.Load(); in Init() 724 auto oldInfo = bindInfo_.GetDisplayIdNames(); in UpdateDisplayIdAndName() 730 bindInfo_.RemoveDisplay(it->first); in UpdateDisplayIdAndName() 741 if (!bindInfo_.IsDisplayAdd(item.first, item.second)) { in UpdateDisplayIdAndName() 742 bindInfo_.AddDisplay(item.first, item.second); in UpdateDisplayIdAndName() 750 return bindInfo_.GetDisplayBindInfo(infos); in GetDisplayBindInfo() 756 return bindInfo_ in SetDisplayBind() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 213 for (auto &bindInfo_ : bindInfos_) { in ~KVDBGeneralStore() 214 if (bindInfo_.db_ != nullptr) { in ~KVDBGeneralStore() 215 bindInfo_.db_->Close(); in ~KVDBGeneralStore()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_windows_manager.h | 362 InputDisplayBindHelper bindInfo_; variable
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_test.cpp | 3852 inputWindowsManager.bindInfo_.AddDisplay(2, "cde"); in HWTEST_F() 3870 inputWindowsManager.bindInfo_.AddDisplay(1, "abc"); in HWTEST_F()
|
H A D | input_windows_manager_ex_test.cpp | 2616 inputWindowsManager->bindInfo_.AddDisplay(2, "abcdefg"); in HWTEST_F()
|
Completed in 22 milliseconds