Home
last modified time | relevance | path

Searched refs:SetOtherAccount (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dview_data_wrap.h61 virtual void SetOtherAccount(bool isOtherAccount) {} in SetOtherAccount() function in OHOS::OHOS::Ace::ViewDataWrap
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h240 void SetOtherAccount(bool isOtherAccount) override
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_nbranch_test.cpp107 MOCK_METHOD(void, SetOtherAccount, (bool isOtherAccount), (override));
438 EXPECT_CALL(*viewDataWrap, SetOtherAccount(false)); in HWTEST_F()
H A Dweb_pattern_test_ng.cpp2859 MOCK_METHOD(void, SetOtherAccount, (bool isOtherAccount), (override));
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp64 void SetOtherAccount(bool isOtherAccount) in SetOtherAccount() function in OHOS::Ace::NG::TextFieldPatternTestTwoViewDataWrap
1151 viewDataWrap->SetOtherAccount(true); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4292 viewDataWrap->SetOtherAccount(viewDataCommon_.isOtherAccount); in DumpViewDataPageNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7100 viewDataWrap->SetOtherAccount(true); in OnBackPressed()

Completed in 39 milliseconds