Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp100 item.isForceControl_ = slotInfo.isForceControl_; in AddSlotInfo()
120 jsonNode[BUNDLE_INFO_SLOT_CONTROL] = slotsInfo_[index].isForceControl_ ? 1 : 0; in ToJson()
151 slotInfo.isForceControl_ = (forceControl == CONST_ENABLE_INT); in SlotsFromJson()
191 + std::to_string(isForceControl_); in Dump()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_info.h35 bool isForceControl_; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp282 isForceControl_ = isForceControl; in SetForceControl()
287 return isForceControl_; in GetForceControl()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h475 bool isForceControl_ {false};
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp363 slotInfo.isForceControl_ = slot->GetForceControl(); in GetAllCLoneBundlesInfo()
H A Dnotification_preferences.cpp710 slotInfo->SetForceControl(cloneSlot.isForceControl_); in UpdateCloneBundleInfo()