/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_action_button.cpp | 297 bool valid {false}; in Marshalling() 299 valid = icon_ ? true : false; in Marshalling() 300 if (!parcel.WriteBool(valid)) { in Marshalling() 305 if (valid) { in Marshalling() 312 valid = wantAgent_ ? true : false; in Marshalling() 313 if (!parcel.WriteBool(valid)) { in Marshalling() 318 if (valid) { in Marshalling() 325 valid = extras_ ? true : false; in Marshalling() 326 if (!parcel.WriteBool(valid)) { in Marshalling() 331 if (valid) { in Marshalling() [all...] |
H A D | notification_template.cpp | 57 bool valid = templateData_ ? true : false; in Marshalling() local 58 if (!parcel.WriteBool(valid)) { in Marshalling() 63 if (valid) { in Marshalling() 95 bool valid = parcel.ReadBool(); in ReadFromParcel() local 96 if (valid) { in ReadFromParcel()
|
H A D | notification_capsule.cpp | 142 bool valid = icon_ ? true : false; in Marshalling() local 143 if (!parcel.WriteBool(valid)) { in Marshalling() 148 if (valid) { in Marshalling() 164 bool valid = parcel.ReadBool(); in ReadFromParcel() local 165 if (valid) { in ReadFromParcel()
|
H A D | notification_basic_content.cpp | 124 auto valid = lockScreenPicture_ ? true : false; in Marshalling() local 125 if (!parcel.WriteBool(valid)) { in Marshalling() 130 if (valid) { in Marshalling() 157 auto valid = parcel.ReadBool(); in ReadFromParcel() local 158 if (valid) { in ReadFromParcel()
|
H A D | notification_unified_group_info.cpp | 112 bool valid = extraInfo_ ? true : false; in Marshalling() local 113 if (!parcel.WriteBool(valid)) { in Marshalling() 118 if (valid) { in Marshalling() 161 auto valid = parcel.ReadBool(); in ReadFromParcel() local 162 if (valid) { in ReadFromParcel()
|
H A D | notification_picture_content.cpp | 125 auto valid = bigPicture_ ? true : false; in Marshalling() local 126 if (!parcel.WriteBool(valid)) { in Marshalling() 131 if (valid) { in Marshalling() 169 auto valid = parcel.ReadBool(); in ReadFromParcel() local 170 if (valid) { in ReadFromParcel()
|
H A D | notification_request.cpp | 371 // no valid content in IsColorEnabled() 373 ANS_LOGI("no valid notification content"); in IsColorEnabled() 1183 bool valid {false}; in Marshalling() 1185 valid = wantAgent_ ? true : false; in Marshalling() 1186 if (!parcel.WriteBool(valid)) { in Marshalling() 1191 if (valid) { in Marshalling() 1198 valid = removalWantAgent_ ? true : false; in Marshalling() 1199 if (!parcel.WriteBool(valid)) { in Marshalling() 1204 if (valid) { in Marshalling() 1211 valid in Marshalling() [all...] |
H A D | message_user.cpp | 201 bool valid = pixelMap_ ? true : false; in Marshalling() local 202 if (!parcel.WriteBool(valid)) { in Marshalling() 207 if (valid) { in Marshalling() 234 bool valid = parcel.ReadBool(); in ReadFromParcel() local 235 if (valid) { in ReadFromParcel()
|
H A D | notification_conversational_content.cpp | 207 auto valid = (*it) ? true : false; in Marshalling() local 208 if (!parcel.WriteBool(valid)) { in Marshalling() 213 if (!valid) { in Marshalling() 264 auto valid = parcel.ReadBool(); in ReadFromParcel() local 265 if (!valid) { in ReadFromParcel()
|
H A D | notification_conversational_message.cpp | 156 auto valid = uri_ ? true : false; in Marshalling() local 157 if (!parcel.WriteBool(valid)) { in Marshalling() 162 if (valid) { in Marshalling() 206 auto valid = parcel.ReadBool(); in ReadFromParcel() local 207 if (valid) { in ReadFromParcel()
|
H A D | notification_live_view_content.cpp | 212 bool valid{false}; in Marshalling() 214 valid = true; in Marshalling() 216 if (!parcel.WriteBool(valid)) { in Marshalling() 220 if (valid) { in Marshalling() 259 bool valid = parcel.ReadBool(); in ReadFromParcel() local 260 if (valid) { in ReadFromParcel()
|
H A D | notification_user_input.cpp | 330 auto valid = additionalData_ ? true : false; in Marshalling() local 331 if (!parcel.WriteBool(valid)) { in Marshalling() 336 if (valid) { in Marshalling() 390 auto valid = parcel.ReadBool(); in ReadFromParcel() local 391 if (valid) { in ReadFromParcel()
|
H A D | notification_content.cpp | 197 auto valid = content_ ? true : false; in Marshalling() local 198 if (!parcel.WriteBool(valid)) { in Marshalling() 203 if (valid) { in Marshalling()
|
/base/startup/init/test/benchmark/ |
H A D | parameter_benchmark.cpp | 36 explicit LocalParameterTestState(int nprops) noexcept : nprops(nprops), valid(false) in valid() function 85 valid = true; in valid() 109 bool valid; member 131 if (g_localParamTester == nullptr || !g_localParamTester->valid) { in BMCachedParameterGet() 150 if (g_localParamTester == nullptr || !g_localParamTester->valid) { in BMCachedParameterGetChangedStatic() 171 if (g_localParamTester == nullptr || !g_localParamTester->valid) { in BMCachedParameterGetChangedGlobal() 191 if (g_localParamTester == nullptr || !g_localParamTester->valid) { in BMCachedParameterGetChangedGlobal2() 215 if (g_localParamTester == nullptr || !g_localParamTester->valid) { in BMSystemReadParam() 240 if (g_localParamTester == nullptr || !g_localParamTester->valid) { in BMSystemReadParam_none() 264 if (g_localParamTester == nullptr || !g_localParamTester->valid) { in BMSystemFindParameter() [all...] |
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | phone_number_rule.cpp | 128 std::string valid = XmlNodePtrToString(value); in ParseXmlNode() local 131 if (IsXmlNodeValueEmpty(insensitive, type, valid, handle)) { in ParseXmlNode() 144 SetRules(category, content, valid, handle, insensitive, type); in ParseXmlNode() 150 const std::string& valid, const std::string& handle) in IsXmlNodeValueEmpty() 153 valid.empty() || handle.empty()) { in IsXmlNodeValueEmpty() 173 void PhoneNumberRule::SetRules(std::string& category, icu::UnicodeString& content, std::string& valid, in SetRules() argument 183 codesRules.push_back(new CodeRule(valid)); in SetRules() 149 IsXmlNodeValueEmpty(const std::string& insensitive, const std::string& type, const std::string& valid, const std::string& handle) IsXmlNodeValueEmpty() argument
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/ |
H A D | hitracechainc.h | 39 // MIN: valid. 57 // MAX: valid. 63 HITRACE_TP_MIN = 0, // MIN: valid 69 HITRACE_TP_MAX = 4, // MAX: valid 74 HITRACE_CM_MIN = 0, // MIN: valid 79 HITRACE_CM_MAX = 3, // MAX: valid 84 uint64_t valid : 1; member 94 uint64_t valid : 1; 125 pId->valid = HITRACE_ID_INVALID; in HiTraceChainInitId() 135 return (pId) && (pId->valid in HiTraceChainIsValid() [all...] |
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | phone_number_rule.h | 50 void SetRules(std::string& category, icu::UnicodeString& content, std::string& valid, 55 const std::string& valid, const std::string& handle);
|
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_dump_request.h | 68 uint64_t valid : 1; member 78 uint64_t valid : 1;
|
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
H A D | reminderhelper_fuzzer.cpp | 37 sptr<Notification::ReminderRequest> valid = new Notification::ReminderRequest();
in DoSomethingInterestingWithMyAPI() local 39 validReminders.emplace_back(valid);
in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hitrace/interfaces/native/kits/include/hitrace/ |
H A D | trace.h | 71 * @brief Defines whether a <b>HiTraceId</b> instance is valid. 301 /** Whether the <b>HiTraceId</b> instance is valid. */ 302 uint64_t valid : 1; member 318 /** Whether the <b>HiTraceId</b> instance is valid. */ 319 uint64_t valid : 1; 400 * @return Returns a valid span ID. If span creation is not allowed, the ID of the calling thread is traced. 450 * @brief Checks whether a <b>HiTraceId</b> instance is valid. 454 * @return Returns <b>true</b> if the <b>HiTraceId</b> instance is valid; returns <b>false</b> otherwise.
|
/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | hitraceid.cpp | 27 id_.valid = HITRACE_ID_INVALID;
in HiTraceId()
|
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | sec_comp_base.h | 91 void SetValid(bool valid) in SetValid() argument 93 isValid_ = valid; in SetValid()
|
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_filter.cpp | 141 bool valid = true; in FilterOverlayFirst() local 160 valid = false; in FilterOverlayFirst() 166 if (valid) { in FilterOverlayFirst() 177 bool valid = true; in FilterOverlaySecond() local 187 valid = false; in FilterOverlaySecond() 195 if (valid) { in FilterOverlaySecond()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/ |
H A D | hks_rkc.h | 48 bool valid; /* whether main key is valid */
member
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | custom_command.cpp | 88 if (!future_.valid()) { in GetResult()
|