Home
last modified time | relevance | path

Searched refs:CHAR_PREFIX (Results 1 - 8 of 8) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp133 if (res[0] != DEV_PREFIX && res[0] != SVR_PREFIX && res[0] != CHAR_PREFIX) { in FilterEntries()
137 if (res[0] == CHAR_PREFIX && res.back() == CHARACTERISTIC_KEY) { in FilterEntries()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp77 subscribeKey_ = CHAR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + characteristicKey + in SetSubscribeKey()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp235 if (staticProfileStore_->GetByPrefix(CHAR_PREFIX + SEPARATOR + peerUdid, values) != DP_SUCCESS) { in ClearDataWithPeerLogout()
H A Ddevice_profile_manager.cpp754 if (deviceProfileStore_->GetByPrefix(CHAR_PREFIX + SEPARATOR + udid, values) != DP_SUCCESS) { in GetProfilesByKeyPrefix()
885 if ((res[0] == SVR_PREFIX || res[0] == CHAR_PREFIX) && in FixRemoteDataWhenPeerIsNonOH()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp181 if (StartsWith(key, CHAR_PREFIX)) { in GetProfileType()
403 return CHAR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + charKey; in GenerateCharProfileKey()
809 std::string dbKey = CHAR_PREFIX + SEPARATOR + profile.GetDeviceId() + SEPARATOR + serviceName + in GetDbKeyByProfile()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h138 const std::string CHAR_PREFIX = "char"; member
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp536 if (kvStore->GetByPrefix(CHAR_PREFIX, values) != DP_SUCCESS) { in GetAllCharacteristicProfile()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_control_utils_test.cpp1106 CHAR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + characteristicKey; in HWTEST_F()
1277 CHAR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + characteristicKey; in HWTEST_F()

Completed in 9 milliseconds