Searched refs:isOtherAccount (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | view_data_wrap_ohos.h | 240 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 D | view_data.h | 39 bool isOtherAccount = false; member
|
/foundation/ability/ability_base/interfaces/kits/native/view_data/src/ |
H A D | view_data.cpp | 31 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 D | view_data_wrap.h | 61 virtual void SetOtherAccount(bool isOtherAccount) {} in SetOtherAccount() argument
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
H A D | js_auto_fill_extension_util.cpp | 30 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 D | text_field_pattern_testtwo.cpp | 64 void SetOtherAccount(bool isOtherAccount) in SetOtherAccount() argument 66 isOtherAccount_ = isOtherAccount; in SetOtherAccount()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_nbranch_test.cpp | 107 MOCK_METHOD(void, SetOtherAccount, (bool isOtherAccount), (override));
|
H A D | web_pattern_test_ng.cpp | 2859 MOCK_METHOD(void, SetOtherAccount, (bool isOtherAccount), (override));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 82 bool isOtherAccount = false; member
|
H A D | web_pattern.cpp | 4292 viewDataWrap->SetOtherAccount(viewDataCommon_.isOtherAccount); in DumpViewDataPageNode() 4476 viewDataCommon.isOtherAccount = child->GetBool(); in ParseNWebViewDataCommonField()
|
Completed in 26 milliseconds