Home
last modified time | relevance | path

Searched refs:isOtherAccount (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h240 void SetOtherAccount(bool isOtherAccount) override
242 viewData_.isOtherAccount = isOtherAccount;
247 return viewData_.isOtherAccount;
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dview_data.h39 bool isOtherAccount = false; member
/foundation/ability/ability_base/interfaces/kits/native/view_data/src/
H A Dview_data.cpp31 constexpr const char* VIEW_DATA_OTHER_ACCOUNT = "isOtherAccount";
56 isOtherAccount = jsonObject.at(VIEW_DATA_OTHER_ACCOUNT).get<bool>(); in FromJsonString()
89 {VIEW_DATA_OTHER_ACCOUNT, isOtherAccount}, in ToJsonString()
/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dview_data_wrap.h61 virtual void SetOtherAccount(bool isOtherAccount) {} in SetOtherAccount() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.cpp30 constexpr const char *VIEW_DATA_OTHER_ACCOUNT = "isOtherAccount";
81 jsValue = WrapBoolToJS(env, viewData.isOtherAccount); in WrapViewData()
198 UnwrapBooleanByPropertyName(env, jsViewData, VIEW_DATA_OTHER_ACCOUNT, viewData.isOtherAccount); in UnwrapViewData()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp64 void SetOtherAccount(bool isOtherAccount) in SetOtherAccount() argument
66 isOtherAccount_ = isOtherAccount; in SetOtherAccount()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_nbranch_test.cpp107 MOCK_METHOD(void, SetOtherAccount, (bool isOtherAccount), (override));
H A Dweb_pattern_test_ng.cpp2859 MOCK_METHOD(void, SetOtherAccount, (bool isOtherAccount), (override));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h82 bool isOtherAccount = false; member
H A Dweb_pattern.cpp4292 viewDataWrap->SetOtherAccount(viewDataCommon_.isOtherAccount); in DumpViewDataPageNode()
4476 viewDataCommon.isOtherAccount = child->GetBool(); in ParseNWebViewDataCommonField()

Completed in 26 milliseconds