Home
last modified time | relevance | path

Searched refs:Equals (Results 1 - 25 of 135) sorted by relevance

123456

/foundation/ability/idl_tool/util/
H A Doptions.cpp35 } else if (option.Equals("-t")) { in Parse()
37 if (targetLanguage_.Equals("cpp") && DoIllegalParameter(argv[i])) { in Parse()
43 } else if (option.Equals("-log-domainid")) { in Parse()
45 if (targetLanguage_.Equals("cpp") && DoIllegalParameter(argv[i])) { in Parse()
50 } else if (option.Equals("-log-tag")) { in Parse()
52 if (targetLanguage_.Equals("cpp") && DoIllegalParameter(argv[i])) { in Parse()
76 if (option.Equals("--help")) { in ParseSub()
79 } else if (option.Equals("--version")) { in ParseSub()
82 } else if (option.Equals("-c")) { in ParseSub()
85 } else if (option.Equals(" in ParseSub()
[all...]
H A Doptions.h95 if (argv.IsEmpty() || argv.Equals("-t") || argv.Equals("-log-domainid") || in DoIllegalParameter()
96 argv.Equals("-log-tag")) { in DoIllegalParameter()
104 if (targetLanguage_.Equals("cpp")) { in DoLegalLog()
H A Dstring.h61 bool Equals(const char* string) const;
63 bool Equals(const String& other) const;
139 return lhs.Equals(rhs); in operator ()()
/foundation/ability/ability_base/test/unittest/base/
H A Dbase_test.cpp94 bool Equals( in CLASS()
208 EXPECT_FALSE(testObject1->Equals(testObject2)); in HWTEST_F()
209 EXPECT_TRUE(testObject1->Equals(testObject3)); in HWTEST_F()
324 * Function: Equals
326 * FunctionPoints: Equals
328 * CaseDescription: Verify Equals method of Boolean.
335 EXPECT_FALSE(boolean1->Equals(boolean2)); in HWTEST_F()
336 EXPECT_TRUE(boolean1->Equals(boolean3)); in HWTEST_F()
399 * Function: Equals
401 * FunctionPoints: Equals
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Devent_test.cpp26 * @tc.name: Equals
30 HWTEST_F(EventTest, Equals, TestSize.Level1) in HWTEST_F()
34 ASSERT_FALSE(event1.Equals(event2)); in HWTEST_F()
/foundation/ability/idl_tool/codegen/
H A Dcode_generator.cpp34 if (language.Equals("rust")) { in CodeGenerator()
36 } else if (language.Equals("cpp")) { in CodeGenerator()
38 } else if (language.Equals("ts")) { in CodeGenerator()
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_obj.h34 virtual bool Equals(IObject & other) = 0; /* [in] */ in INTERFACE()
80 bool Equals(IObject &other) override; /* [in] */
86 static bool Equals(IInterface &obj1, /* [in] */
H A Ddouble_wrapper.h35 bool Equals(IObject &other) override; /* [in] */
H A Dint_wrapper.h35 bool Equals(IObject &other) override; /* [in] */
H A Dbool_wrapper.h35 bool Equals(IObject &other) override; /* [in] */
H A Dfloat_wrapper.h35 bool Equals(IObject &other) override; /* [in] */
H A Dbyte_wrapper.h35 bool Equals(IObject &other) override; /* [in] */
H A Dlong_wrapper.h35 bool Equals(IObject &other) override; /* [in] */
H A Dremote_object_wrapper.h34 bool Equals(IObject &other) override;
H A Dstring_wrapper.h35 bool Equals(IObject &other) override; /* [in] */
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H A Dnet_stats_info_sequence.h30 inline bool Equals(const NetStatsInfoSequence &infoSequence) const in Equals() function
33 info_.Equals(infoSequence.info_); in Equals()
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dtype_descriptor_impl.cpp108 bool CTypeDescriptor::Equals(CTypeDescriptor* thatCTypeDescriptor) in Equals() function in OHOS::UDMF::CTypeDescriptor
110 return typeDescriptor_->Equals(thatCTypeDescriptor->GetTypeDescriptor()); in Equals()
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dbase_object.cpp145 bool Object::Equals(IObject &other) in Equals() function in OHOS::AAFwk::Object
178 bool Object::Equals(IInterface &obj1, IInterface &obj2) in Equals() function in OHOS::AAFwk::Object
188 return o1->Equals(*(IObject::Query(obj2))); in Equals()
H A Duser_object_wrapper.cpp30 bool UserObject::Equals(IObject &other) in Equals() function in OHOS::AAFwk::UserObject
41 return otherObj->value_->Equals(value_); in Equals()
H A Dremote_object_wrapper.cpp24 bool RemoteObjectWrap::Equals(IObject &other) in Equals() function in OHOS::AAFwk::RemoteObjectWrap
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H A Devent.cpp30 bool Event::Equals(const Event &) const in Equals() function in OHOS::DistributedData::Event
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H A Devent.cpp25 bool Event::Equals(const Event &) const in Equals() function in OHOS::MiscServices::Event
/foundation/ability/idl_tool/
H A Dmain.cpp46 if (options.GetTargetLanguage().Equals("rust") || in DoOptionsCheck()
47 options.GetTargetLanguage().Equals("ts")) { in DoOptionsCheck()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_color_space.cpp142 bool SkiaColorSpace::Equals(const std::shared_ptr<ColorSpace>& colorSpace) const in Equals() function in OHOS::Rosen::Drawing::SkiaColorSpace
151 return SkColorSpace::Equals(colorSpace_.get(), skColorSpace.get()); in Equals()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_space.cpp121 bool ColorSpace::Equals(const std::shared_ptr<ColorSpace>& colorSpace) const in Equals() function in OHOS::Rosen::Drawing::ColorSpace
123 return impl_->Equals(colorSpace); in Equals()

Completed in 8 milliseconds

123456