Home
last modified time | relevance | path

Searched refs:isClear (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp32 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 Dserializable_test.cpp33 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 Dupdater_ui_facade.cpp71 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 Dupdater_ui_facade.h37 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 Dupdater_ui_empty.h40 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 Dshared_image_manager.cpp85 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 Dmock_change_notification.cpp21 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 Dmock_change_notification.cpp21 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 Dchange_notification.cpp25 … 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 Dkv_types_util.cpp97 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 Dchange_notification.h35 … std::vector<Entry> &&deleteEntries, const std::string &deviceId, bool isClear);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6462 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()