Home
last modified time | relevance | path

Searched refs:INVALID_PROFILE_ID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h49 constexpr int32_t INVALID_PROFILE_ID = -1; variable
/ohos5.0/base/telephony/cellular_data/services/include/apn_manager/
H A Dapn_manager.h70 int32_t preferId_ = INVALID_PROFILE_ID;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddisturb_mode.h25 int32_t profileId = INVALID_PROFILE_ID;
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h186 constexpr const int32_t INVALID_PROFILE_ID = -1; variable
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp183 INVALID_PROFILE_ID); in GetPreferApn()
302 int profileId = INVALID_PROFILE_ID; in UpdatePreferApn()
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp284 preferId_ = INVALID_PROFILE_ID; in CreateAllApnItemByDatabase()