/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_test/ |
H A D | bean_test.cpp | 82 ASSERT_TRUE(unmarshalling == nullptr); 86 ASSERT_TRUE(unmarshalling == nullptr); 109 ASSERT_TRUE(unmarshalling == nullptr); 112 ASSERT_TRUE(unmarshalling == nullptr); 115 ASSERT_TRUE(unmarshalling == nullptr); 145 ASSERT_TRUE(unmarshalling == nullptr); 148 ASSERT_TRUE(unmarshalling == nullptr); 151 ASSERT_TRUE(unmarshalling == nullptr); 154 ASSERT_TRUE(unmarshalling == nullptr); 157 ASSERT_TRUE(unmarshalling == nullptr); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationManager.md | 171 | 1600002 | Marshalling or unmarshalling error. | 220 | 1600002 | Marshalling or unmarshalling error. | 259 | 1600002 | Marshalling or unmarshalling error. | 301 | 1600002 | Marshalling or unmarshalling error. | 342 | 1600002 | Marshalling or unmarshalling error. | 380 | 1600002 | Marshalling or unmarshalling error. | 428 | 1600002 | Marshalling or unmarshalling error. | 467 | 1600002 | Marshalling or unmarshalling error. | 515 | 1600002 | Marshalling or unmarshalling error. | 554 | 1600002 | Marshalling or unmarshalling error. | [all …]
|
H A D | js-apis-notificationManager-sys.md | 194 | 1600002 | Marshalling or unmarshalling error. | 252 | 1600002 | Marshalling or unmarshalling error. | 301 | 1600002 | Marshalling or unmarshalling error. | 363 | 1600002 | Marshalling or unmarshalling error. | 521 | 1600002 | Marshalling or unmarshalling error. | 675 | 1600002 | Marshalling or unmarshalling error. | 1431 | 1600002 | Marshalling or unmarshalling error. | 1478 | 1600002 | Marshalling or unmarshalling error. | 1747 | 1600002 | Marshalling or unmarshalling error. | 1808 | 1600002 | Marshalling or unmarshalling error. | [all …]
|
H A D | js-apis-notificationSubscribe-sys.md | 47 | 1600002 | Marshalling or unmarshalling error. | 106 | 1600002 | Marshalling or unmarshalling error. | 168 | 1600002 | Marshalling or unmarshalling error. | 222 | 1600002 | Marshalling or unmarshalling error. | 275 | 1600002 | Marshalling or unmarshalling error. | 333 | 1600002 | Marshalling or unmarshalling error. | 508 | 1600002 | Marshalling or unmarshalling error. | 564 | 1600002 | Marshalling or unmarshalling error. | 612 | 1600002 | Marshalling or unmarshalling error. | 667 | 1600002 | Marshalling or unmarshalling error. | [all …]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_button_option_test.cpp | 96 bool unmarshalling = true; variable 103 unmarshalling = false; 106 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_template_test.cpp | 97 bool unmarshalling = true; variable 104 unmarshalling = false; 107 EXPECT_EQ(unmarshalling, false);
|
H A D | message_user_test.cpp | 89 bool unmarshalling = true; variable 95 unmarshalling = false; 98 EXPECT_EQ(unmarshalling, false);
|
H A D | enabled_notification_callback_data_test.cpp | 126 bool unmarshalling = true; variable 131 unmarshalling = false; 134 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_capsule_test.cpp | 128 bool unmarshalling = true; variable 135 unmarshalling = false; 138 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_flags_test.cpp | 144 bool unmarshalling = true; variable 151 unmarshalling = false; 154 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_sorting_test.cpp | 76 bool unmarshalling = true; variable 83 unmarshalling = false; 86 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_bundle_option_test.cpp | 105 bool unmarshalling = true; variable 114 unmarshalling = false; 117 EXPECT_EQ(unmarshalling, false);
|
H A D | notification_long_text_content_test.cpp | 117 bool unmarshalling = true; variable 124 unmarshalling = false; 127 EXPECT_EQ(unmarshalling, false);
|
H A D | notification_time_test.cpp | 163 bool unmarshalling = true; variable 170 unmarshalling = false; 173 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_media_content_test.cpp | 113 bool unmarshalling = true; variable 120 unmarshalling = false; 123 EXPECT_EQ(unmarshalling, false);
|
H A D | notification_do_not_disturb_date_test.cpp | 127 bool unmarshalling = true; variable 136 unmarshalling = false; 139 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_subscribe_info_test.cpp | 105 bool unmarshalling = true; variable 114 unmarshalling = false; 117 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_picture_content_test.cpp | 162 bool unmarshalling = true; variable 169 unmarshalling = false; 172 EXPECT_EQ(unmarshalling, false);
|
H A D | notification_do_not_disturb_profile_test.cpp | 163 bool unmarshalling = true; variable 174 unmarshalling = false; 177 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_multiline_content_test.cpp | 127 bool unmarshalling = true; variable 134 unmarshalling = false; 137 EXPECT_EQ(unmarshalling, false);
|
H A D | notification_sorting_map_test.cpp | 74 bool unmarshalling = true; variable 81 unmarshalling = false; 84 EXPECT_EQ(unmarshalling, true);
|
H A D | notification_conversational_message_test.cpp | 135 bool unmarshalling = true; variable 142 unmarshalling = false; 145 EXPECT_EQ(unmarshalling, false);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-styled-string-sys.md | 36 ### unmarshalling subsection 38 static unmarshalling(buffer: ArrayBuffer): Promise\<StyledString> 60 该示例通过marshalling、unmarshalling属性实现了属性字符串序列化和反序列化的功能。 101 let styles: StyledString = await StyledString.unmarshalling(this.buff.buffer)
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationManager.md | 171 | 1600002 | Marshalling or unmarshalling error. | 220 | 1600002 | Marshalling or unmarshalling error. | 259 | 1600002 | Marshalling or unmarshalling error. | 301 | 1600002 | Marshalling or unmarshalling error. | 342 | 1600002 | Marshalling or unmarshalling error. | 380 | 1600002 | Marshalling or unmarshalling error. | 428 | 1600002 | Marshalling or unmarshalling error. | 467 | 1600002 | Marshalling or unmarshalling error. | 515 | 1600002 | Marshalling or unmarshalling error. | 554 | 1600002 | Marshalling or unmarshalling error. | [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-styled-string-sys.md | 36 ### unmarshalling subsection 38 unmarshalling(buffer: ArrayBuffer): Promise\<StyledString> 60 …n and deserialization of styled strings using the **marshalling** and **unmarshalling** properties. 101 let styles: StyledString = await StyledString.unmarshalling(this.buff.buffer)
|