/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); 53 GetValue(node, GET_NAME(isClear), isClear); 61 && isClear == ref.isClear && cols == ref.cols; in operator ==() 129 normal.isClear = true; in HWTEST_F() 260 bool *isClear = nullptr; in HWTEST_F() member 269 delete isClear; in HWTEST_F() [all...] |
/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); 54 GetValue(node, GET_NAME(isClear), isClear); 62 isClear == ref.isClear && cols == ref.cols; in operator ==() 128 normal.isClear = true; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | shared_image_manager.cpp | 85 bool isClear = UpdateImageMap(name, sharedImage); in AddSharedImage() local 89 [isClear, providerWpSet, name, wp = AceType::WeakClaim(this)]() { in AddSharedImage() 110 if (isClear) { in AddSharedImage() 119 bool isClear = false; in UpdateImageMap() local 126 isClear = true; in UpdateImageMap() 130 isClear = true; in UpdateImageMap() 132 return isClear; in UpdateImageMap()
|
/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() 27 deleteEntries_(std::move(deleteEntries)), deviceId_(deviceId), isClear_(isClear) in ChangeNotification() 24 ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&updateEntries, std::vector<Entry> &&deleteEntries, const std::string &deviceId, bool isClear) ChangeNotification() argument
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_channel_manager.cpp | 207 void RtspChannelManager::CfgNegTimeout(bool isClear) in CfgNegTimeout() argument 209 CLOGI("In, %{public}d.", isClear); in CfgNegTimeout() 210 if (isClear) { in CfgNegTimeout()
|
H A D | rtsp_channel_manager.h | 52 void CfgNegTimeout(bool isClear);
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_channel_manager.cpp | 207 void RtspChannelManager::CfgNegTimeout(bool isClear) in CfgNegTimeout() argument 209 CLOGI("In, %{public}d.", isClear); in CfgNegTimeout() 210 if (isClear) { in CfgNegTimeout()
|
H A D | rtsp_channel_manager.h | 52 void CfgNegTimeout(bool isClear);
|
/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);
|
/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 output = ChangeNotification(std::move(inserts), std::move(updates), std::move(deletes), deviceId, isClear); in Unmarshalling()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 6515 bool isClear = false; in NotifyAppFaultBySA() local 6520 isClear = true; in NotifyAppFaultBySA() 6523 if (isClear) { in NotifyAppFaultBySA() 6663 bool isClear = false; in NotifyAppFaultBySA() local 6668 isClear = true; in NotifyAppFaultBySA() 6672 if (isClear) { in NotifyAppFaultBySA() 6677 if (isClear) { in NotifyAppFaultBySA()
|