Home
last modified time | relevance | path

Searched refs:deviceMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp536 std::map<std::string, int32_t> &deviceMap) in UpdateBindType() argument
539 if (deviceMap.find(udid) == deviceMap.end()) { in UpdateBindType()
540 deviceMap[udid] = bindType; in UpdateBindType()
542 deviceMap[udid] = std::min(deviceMap[udid], bindType); in UpdateBindType()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h170 …dateBindType(const std::string &udid, int32_t bindType, std::map<std::string, int32_t> &deviceMap);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1631 std::map<std::string, int32_t> deviceMap; in HandleAccountLogout() local
1632 deviceMap = dmServiceImpl_->GetDeviceIdAndBindType(userId, accountId); in HandleAccountLogout()
1633 for (const auto &item : deviceMap) { in HandleAccountLogout()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp2126 std::vector<std::string> deviceMap = {DEVICE_B, DEVICE_C}; variable
2133 for (size_t j = 0; j < deviceMap.size(); j++) {
2135 std::string device = deviceMap[j];