Home
last modified time | relevance | path

Searched refs:kvStoreKey (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info.cpp105 std::string kvStoreKey; in GetKey() local
106 kvStoreKey.append(deviceId_); in GetKey()
107 kvStoreKey.append(RESOURCE_SEPARATOR); in GetKey()
108 kvStoreKey.append(dhId_); in GetKey()
109 return kvStoreKey; in GetKey()
114 std::string kvStoreKey; in GetAnonymousKey() local
115 kvStoreKey.append(GetAnonyString(deviceId_)); in GetAnonymousKey()
116 kvStoreKey.append(RESOURCE_SEPARATOR); in GetAnonymousKey()
117 kvStoreKey.append(GetAnonyString(dhId_)); in GetAnonymousKey()
118 return kvStoreKey; in GetAnonymousKey()
[all...]
H A Dmeta_capability_info.cpp131 std::string kvStoreKey; in GetKey() local
132 kvStoreKey.append(udidHash_); in GetKey()
133 kvStoreKey.append(RESOURCE_SEPARATOR); in GetKey()
134 kvStoreKey.append(this->GetDHId()); in GetKey()
135 return kvStoreKey; in GetKey()
140 std::string kvStoreKey; in GetAnonymousKey() local
141 kvStoreKey.append(GetAnonyString(udidHash_)); in GetAnonymousKey()
142 kvStoreKey.append(RESOURCE_SEPARATOR); in GetAnonymousKey()
143 kvStoreKey.append(GetAnonyString(this->GetDHId())); in GetAnonymousKey()
144 return kvStoreKey; in GetAnonymousKey()
[all...]

Completed in 1 milliseconds