Home
last modified time | relevance | path

Searched refs:content2 (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/third-party-cases/
H A Dturn-the-page-left-and-right.md27 this.content2 = (this.currentPageNum) + "___小说___" + (this.currentPageNum)
31 console.log("oh----->content2=" + this.content2)
42 ReadPage({content:this.content2})
156 @State content2:string = ""
184 this.content2 = (this.currentPageNum) + "___小说___" + (this.currentPageNum)
188 console.log("oh----->content2=" + this.content2)
221 ReadPage({content:this.content2})
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp199 req->SetContent(content2);
252 req->SetContent(content2);
254 req1->SetContent(content2);
293 req->SetContent(content2);
346 req->SetContent(content2);
348 req1->SetContent(content2);
388 req->SetContent(content2);
1258 req->SetContent(content2);
1314 req->SetContent(content2);
1366 req->SetContent(content2);
[all …]
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/src/
H A Drisk_collect_test.cpp182 …const char* content2 = "SG_KERNEL_COLLECT_DATA_CMD=1-0-39-{\"status\":\"1\", \"cred\":\"1\",\"extr… variable
184 rc = memcpy_s(buffer, sizeof(buffer), content2, strlen(content2));
186 impl.ParseEvent(buffer, strlen(content2));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_manager_test/
H A Dbms_bundle_quick_fix_manager_test.cpp163 std::string content2; variable
164 LoadStringFromFile(FILE2_PATH, content2);
165 EXPECT_EQ(content2, FILE2_PATH);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_event_info_test.cpp486 std::string content2 = "content2"; variable
487 eventInfo_->AddContent(content2);
494 EXPECT_EQ(content, content2);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp434 NotificationContent content2(longContent); in HWTEST_F() local
435 EXPECT_EQ(content2.Marshalling(parcel), true); in HWTEST_F()
436 EXPECT_NE(content2.Unmarshalling(parcel), nullptr); in HWTEST_F()
H A Dnotification_request_test.cpp352 …std::shared_ptr<NotificationContent> content2 = std::make_shared<NotificationContent>(longTextCont… in HWTEST_F() local
353 notificationRequest.SetContent(content2); in HWTEST_F()
355 EXPECT_EQ(result2, content2); in HWTEST_F()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-component-tabs.md23 <text>content2</text>
69 <text>content2</text>
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-component-tabs.md24 <text>content2</text>
70 <text>content2</text>
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1599 auto *content2 = OH_UdsPlainText_GetContent(plainTextOutput); variable
1600 EXPECT_EQ(strcmp(content2, helloWorld2), 0);
1719 auto content2 = OH_UdsHtml_GetContent(htmlOutput); variable
1720 EXPECT_EQ(strcmp(content2, helloWorld2), 0);
1852 auto content2 = OH_UdsPlainText_GetContent(plainText4); variable
1853 EXPECT_EQ(strcmp(content2, helloWorld), 0);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp327 auto content2 = std::make_shared<Notification::NotificationNormalContent>(); in DoSomethingInterestingWithMyAPI() local
328 notification2->SetContent(std::make_shared<Notification::NotificationContent>(content2)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sheet-transition.md257 Button("content2")
309 Button("content2")
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp109 …std::shared_ptr<NotificationContent> content2 = std::make_shared<NotificationContent>(longTextCont… variable
110 notification->SetContent(content2);
1018 …std::shared_ptr<NotificationContent> content2 = std::make_shared<NotificationContent>(longTextCont… variable
1019 notification->SetContent(content2);
1230 …std::shared_ptr<NotificationContent> content2 = std::make_shared<NotificationContent>(longTextCont… variable
1231 request->SetContent(content2);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sheet-transition.md257 Button("content2")
309 Button("content2")