/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | serializable_test.cpp | 32 bool isClear = false; member 42 SetValue(node[GET_NAME(isClear)], isClear); in Marshal() 53 GetValue(node, GET_NAME(isClear), isClear); in Unmarshal() 61 && isClear == ref.isClear && cols == ref.cols; in operator ==() 129 normal.isClear = true; 260 bool *isClear = nullptr; member 269 delete isClear; in ~Test() 270 isClear = nullptr; in ~Test() 277 SetValue(node[GET_NAME(isClear)], isClear); in Marshal() 285 GetValue(node, GET_NAME(isClear), isClear); in Unmarshal() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/ |
H A D | serializable_test.cpp | 33 bool isClear = false; member 43 SetValue(node[GET_NAME(isClear)], isClear); in Marshal() 54 GetValue(node, GET_NAME(isClear), isClear); in Unmarshal() 62 isClear == ref.isClear && cols == ref.cols; in operator ==() 128 normal.isClear = true;
|
/ohos5.0/base/update/updater/services/ui/ |
H A D | updater_ui_facade.cpp | 71 void UpdaterUiFacade::ShowLog(const std::string &tag, bool isClear) const in ShowLog() 74 ShowMsg(it->second.labelLogId, tag, isClear); in ShowLog() 78 void UpdaterUiFacade::ShowLogRes(const std::string &tag, bool isClear) const in ShowLogRes() 81 ShowMsg(it->second.labelLogResId, tag, isClear); in ShowLogRes() 85 void UpdaterUiFacade::ShowUpdInfo(const std::string &tag, bool isClear) const in ShowUpdInfo() 88 ShowMsg(it->second.labelUpdId, tag, isClear); in ShowUpdInfo() 228 void UpdaterUiFacade::ShowMsg(const ComInfo &id, const std::string &tag, bool isClear) const in ShowMsg() 230 if (isClear) { in ShowMsg()
|
H A D | updater_ui_facade.h | 37 void ShowLog(const std::string &tag, bool isClear = false) const; 38 void ShowLogRes(const std::string &tag, bool isClear = false) const; 39 void ShowUpdInfo(const std::string &tag, bool isClear = false) const; 59 void ShowMsg(const ComInfo &id, const std::string &tag, bool isClear) const;
|
H A D | updater_ui_empty.h | 40 void ShowLog(const std::string &tag, bool isClear = false) const {} 41 void ShowLogRes(const std::string &tag, bool isClear = false) const {} 42 void ShowUpdInfo(const std::string &tag, bool isClear = false) const {}
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | shared_image_manager.cpp | 85 bool isClear = false; in AddSharedImage() local 92 isClear = true; in AddSharedImage() 96 isClear = true; in AddSharedImage() 101 [isClear, providerWpSet, name, wp = AceType::WeakClaim(this)]() { in AddSharedImage() 122 if (isClear) { in AddSharedImage()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_change_notification.cpp | 21 std::vector<Entry> &&deleteEntries, const std::string &deviceId, const bool isClear) in ChangeNotification() argument 26 isClear_(isClear) in ChangeNotification()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_change_notification.cpp | 21 std::vector<Entry> &&deleteEntries, const std::string &deviceId, const bool isClear) in ChangeNotification() argument 26 isClear_(isClear) in ChangeNotification()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | change_notification.cpp | 25 … std::vector<Entry> &&deleteEntries, const std::string &deviceId, bool isClear) in ChangeNotification() argument 27 deleteEntries_(std::move(deleteEntries)), deviceId_(deviceId), isClear_(isClear) in ChangeNotification()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 97 bool isClear = false; in Unmarshalling() local 98 if (!ITypesUtil::Unmarshal(parcel, inserts, updates, deletes, deviceId, isClear)) { in Unmarshalling() 101 … ChangeNotification(std::move(inserts), std::move(updates), std::move(deletes), deviceId, isClear); in Unmarshalling()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | change_notification.h | 35 … std::vector<Entry> &&deleteEntries, const std::string &deviceId, bool isClear);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 6462 bool isClear = false; in NotifyAppFaultBySA() local 6467 isClear = true; in NotifyAppFaultBySA() 6470 if (isClear) { in NotifyAppFaultBySA() 6591 bool isClear = false; in NotifyAppFaultBySA() local 6596 isClear = true; in NotifyAppFaultBySA() 6600 if (isClear) { in NotifyAppFaultBySA() 6605 if (isClear) { in NotifyAppFaultBySA()
|