Searched refs:SetBoolValue (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/param/ |
D | properties.cpp | 492 static int SetBoolValue(PropType type, bool val) in SetBoolValue() function 506 return SetBoolValue(PropType::PROP_PRIVATE, on); in SetPrivateSwitchOn() 511 return SetBoolValue(PropType::PROP_ONCE_DEBUG, on); in SetOnceDebugOn() 516 return SetBoolValue(PropType::PROP_PERSIST_DEBUG, on); in SetPersistDebugOn() 536 return SetBoolValue(PropType::PROP_PROCESS_FLOWCTRL, on); in SetProcessSwitchOn() 541 return SetBoolValue(PropType::PROP_DOMAIN_FLOWCTRL, on); in SetDomainSwitchOn() 546 return SetBoolValue(PropType::PROP_KMSG, on); in SetKmsgSwitchOn()
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | attributes_test.cpp | 58 EXPECT_TRUE(attrs.SetBoolValue(Attributes::ATTR_RESULT_CODE, true)); 59 EXPECT_TRUE(attrs.SetBoolValue(Attributes::ATTR_SIGNATURE, false)); 111 EXPECT_TRUE(attrs.SetBoolValue(Attributes::ATTR_RESULT_CODE, true)); 112 EXPECT_TRUE(attrs.SetBoolValue(Attributes::ATTR_SIGNATURE, false)); 360 EXPECT_TRUE(attrs1.SetBoolValue(Attributes::ATTR_RESULT_CODE, true)); 361 EXPECT_TRUE(attrs1.SetBoolValue(Attributes::ATTR_SIGNATURE, false)); 402 EXPECT_TRUE(attrs1.SetBoolValue(Attributes::ATTR_RESULT_CODE, value));
|
/base/useriam/user_auth_framework/interfaces/inner_api/ |
D | attributes.h | 173 bool SetBoolValue(AttributeKey key, bool value);
|
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
D | attributes.cpp | 42 bool SetBoolValue(AttributeKey key, bool value); 174 bool Attributes::Impl::SetBoolValue(AttributeKey key, bool value) in SetBoolValue() function in OHOS::UserIam::UserAuth::Attributes::Impl 885 bool Attributes::SetBoolValue(AttributeKey key, bool value) in SetBoolValue() function in OHOS::UserIam::UserAuth::Attributes 890 return impl_->SetBoolValue(key, value); in SetBoolValue()
|
/base/useriam/user_auth_framework/services/core/src/ |
D | schedule_node_impl.cpp | 58 info_.parameters->SetBoolValue(Attributes::ATTR_END_AFTER_FIRST_FAIL, info_.endAfterFirstFail); in ScheduleNodeImpl()
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
D | executor_unit_test.cpp | 607 commandAttrs->SetBoolValue(Attributes::ATTR_END_AFTER_FIRST_FAIL, endAfterFirstFail);
|