Home
last modified time | relevance | path

Searched refs:content3 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/third-party-cases/
H A Dturn-the-page-left-and-right.md28 this.content3 = (this.currentPageNum + 1) + "___小说___" + (this.currentPageNum + 1)
32 console.log("oh----->content3=" + this.content3);
39 ReadPage({content:this.content3})
157 @State content3:string = ""
185 this.content3 = (this.currentPageNum + 1) + "___小说___" + (this.currentPageNum + 1)
189 console.log("oh----->content3=" + this.content3);
218 ReadPage({content:this.content3})
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/src/
H A Drisk_collect_test.cpp188 …const char* content3 = "SG_KERNEL_COLLECT_DATA_CMD=1-0-34-{\"status\":1, \"cred\":1,\"extra\":\"\"… variable
190 rc = memcpy_s(buffer, sizeof(buffer), content3, strlen(content3));
192 impl.ParseEvent(buffer, strlen(content3));
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp439 NotificationContent content3(pictureContent); in HWTEST_F() local
440 EXPECT_EQ(content3.Marshalling(parcel), true); in HWTEST_F()
441 EXPECT_NE(content3.Unmarshalling(parcel), nullptr); in HWTEST_F()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1858 auto content3 = OH_UdsPlainText_GetContent(plainText5); variable
1859 EXPECT_EQ(strcmp(content3, helloWorld2), 0);