Home
last modified time | relevance | path

Searched refs:SetBoolValue (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp492 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/
Dattributes_test.cpp58 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/
Dattributes.h173 bool SetBoolValue(AttributeKey key, bool value);
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
Dattributes.cpp42 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/
Dschedule_node_impl.cpp58 info_.parameters->SetBoolValue(Attributes::ATTR_END_AFTER_FIRST_FAIL, info_.endAfterFirstFail); in ScheduleNodeImpl()
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp607 commandAttrs->SetBoolValue(Attributes::ATTR_END_AFTER_FIRST_FAIL, endAfterFirstFail);