Home
last modified time | relevance | path

Searched refs:isDelete (Results 1 – 7 of 7) sorted by relevance

/base/telephony/core_service/services/sim/include/
Dicc_dialling_numbers_handler.h124 this->isDelete = del; in SetIsDelete()
129 return this->isDelete; in GetIsDelete()
173 bool isDelete = false; member
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_info.h72 const std::string &credentialType, const std::string &credential, bool isDelete = false);
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_control_manager.h77 …td::string &credential, const AppAccountCallingInfo &appAccountCallingInfo, bool isDelete = false);
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_info.cpp256 const std::string &credentialType, const std::string &credential, bool isDelete) in SetAccountCredential() argument
264 if (isDelete) { in SetAccountCredential()
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h754 void UpdateRecentNotification(sptr<Notification> &notification, bool isDelete, int32_t reason);
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_control_manager.cpp397 … const std::string &credential, const AppAccountCallingInfo &appAccountCallingInfo, bool isDelete) in SetAccountCredential() argument
408 result = appAccountInfo.SetAccountCredential(credentialType, credential, isDelete); in SetAccountCredential()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp2025 bool isDelete, int32_t reason) in UpdateRecentNotification() argument
2029 if (!isDelete) { in UpdateRecentNotification()
2043 if (!isDelete) { in UpdateRecentNotification()