Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp200 return DP_NOT_FOUND_FAIL; in GetDeviceProfile()
219 return DP_NOT_FOUND_FAIL; in GetServiceProfile()
239 return DP_NOT_FOUND_FAIL; in GetCharacteristicProfile()
259 return DP_NOT_FOUND_FAIL; in GetStaticCharacteristicProfile()
491 return DP_NOT_FOUND_FAIL; in RemoveSyncListener()
519 return DP_NOT_FOUND_FAIL; in RemoveSyncListener()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp167 EXPECT_EQ(DP_NOT_FOUND_FAIL, ret);
193 EXPECT_EQ(DP_NOT_FOUND_FAIL, ret);
232 EXPECT_EQ(DP_NOT_FOUND_FAIL, ret);
518 EXPECT_EQ(DP_NOT_FOUND_FAIL, ret3);
556 EXPECT_EQ(DP_NOT_FOUND_FAIL, ret4);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp134 return DP_NOT_FOUND_FAIL; in GetCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_errors.h80 constexpr int32_t DP_NOT_FOUND_FAIL = 98566202; variable