/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-securityLable.md | 27 securityLabel.setSecurityLabelSync(file.path, "s3"); 28 console.log( "set security label s3 success"); 30 console.log( "set security label s3 fail, " + err.message + err.code); 64 getSecurityLabel接口获取未对设置过的数据风险等级的数据返回值为空字符串,不符合安全设计。需要修改实现返回“s3”。 72 变更后:使用接口获取未设置过数据风险等级标签的数据时,默认返回“s3”。运行以下代码,日志中会打印label为“s3”。 98 | getSecurityLabel(path:string, callback:AsyncCallback<string>): void | 默认返回空字符串 | 默认返回“s3” | 99 | getSecurityLabel(path:string):Promise<string> | 默认返回空字符串 | 默认返回“s3” | 100 | getSecurityLabelSync(path:string):string | 默认返回空字符串 | 默认返回“s3” | 104 此变更属于Bugfix,应用无需适配。使用getSecurityLabel接口获取未设置过数据风险等级标签的数据时,默认返回“s3”。
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | spline.h | 29 const float s3 = s2 * s; in BASE_BEGIN_NAMESPACE() local 30 const float s23 = 2.f * s3; in BASE_BEGIN_NAMESPACE() 35 const float f3 = s3 - 2.f * s2 + s; in BASE_BEGIN_NAMESPACE() 36 const float f4 = s3 - s2; in BASE_BEGIN_NAMESPACE()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-securityLable.md | 31 securityLabel.setSecurityLabelSync(file.path, "s3"); 32 console.log( "set security label s3 success"); 34 console.log( "set security label s3 fail, " + err.message + err.code); 66 …empty string, which does not comply with the security design. After the change, **s3** is returned. 78 …out any security label, **s3** will be returned by default. After the following code is executed, … 104 …allback<string>): void | By default, an empty string is returned.| **s3** is returned by def… 105 …tring):Promise<string> | By default, an empty string is returned.| **s3** is returned by def… 106 | getSecurityLabelSync(path:string):string | By default, an empty string is returned.| **s3** is re… 110 …. When **getSecurityLabel()** is used to obtain the data security label, **s3** is returned if no …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-securityLabel.md | 36 type DataLevel = 's0' | 's1' | 's2' | 's3' | 's4' | 55 | type | [DataLevel](#datalevel) | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" | 103 | type | DataLevel | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" | 148 | type | DataLevel | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" | 176 异步方法获取数据标签,若未设置过数据标签安全等级则默认返回“s3”,以Promise形式返回结果。 223 异步方法获取数据标签,若未设置过数据标签安全等级则默认返回“s3”,以callback形式返回结果。 267 以同步方法获取数据标签,若未设置过数据标签安全等级则默认返回“s3”。
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | SingleKvStoreEnumJsTest.js | 177 var s3 = factory.SecurityLevel.S3; 178 console.info('s3 = ' + s3); 179 expect(s3 == 5).assertTrue()
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-securityLabel.md | 36 type DataLevel = 's0' | 's1' | 's2' | 's3' | 's4' | 55 …datalevel) | Yes | Security label to set, which can be **s0**, **s1**, **s2**, **s3**, or **s4**.| 103 … | Yes | Security label to set, which can be **s0**, **s1**, **s2**, **s3**, or **s4**.| 148 | type | DataLevel | Yes | Security label to set, which can be **s0**, **s1**, **s2**, **s3**… 176 Obtains the security label. If no security label has been set for the file, **s3** is returned by d… 223 Obtains the security label. If no security label has been set for the file, **s3** is returned by d… 267 Obtains the security label. If no security label has been set for the file, **s3** is returned by d…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreEnumJsTest.js | 355 var s3 = factory.SecurityLevel.S3; 356 console.info('s3 = ' + s3); 357 expect(s3 == 5).assertTrue()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/ |
H A D | multiple_audio_capturer_unit_test.cpp | 60 SourceType s3, FOCUS_RULING exp2) in TestUnitFunc() argument 87 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer3, cb3, s3); in TestUnitFunc() 89 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer3, cb3, s3, false); in TestUnitFunc() 93 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer3, cb3, s3); in TestUnitFunc() 97 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer3, cb3, s3); in TestUnitFunc()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 62 …rityLabel<br>类名: DataLevel<br>方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 63 |新增|NA|类名:DataLevel<br>方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLab… 64 …rityLabel<br>类名: DataLevel<br>方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 65 |新增|NA|类名:DataLevel<br>方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLab… 66 …rityLabel<br>类名: DataLevel<br>方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 67 |新增|NA|类名:DataLevel<br>方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLab… 68 …rityLabel<br>类名: DataLevel<br>方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 69 |新增|NA|类名:DataLevel<br>方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLab… 70 …rityLabel<br>类名: DataLevel<br>方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 71 |新增|NA|类名:DataLevel<br>方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLab… [all …]
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/include/ |
H A D | multiple_audio_capturer_unit_test.h | 63 …static void TestUnitFunc(SourceType s1, SourceType s2, FOCUS_RULING exp1, SourceType s3, FOCUS_RUL…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 62 …DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 63 |Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3… 64 …DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 65 |Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3… 66 …DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 67 |Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3… 68 …DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 69 |Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3… 70 …DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 71 |Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3… [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string_view.h | 681 CharT const* const s3 = s2 + str.length(); in find_first_of() local 683 for (auto s = s2; s != s3; s++) { in find_first_of() 725 CharT const* const s3 = s2 + str.length(); in find_last_of() local 727 for (auto s = s2; s != s3; s++) { in find_last_of()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 874 keyEventAction(s3) { 878 if (s3.keyCode !== KeyCode.KEYCODE_ENTER && s3.keyCode !== KeyCode.KEYCODE_SPACE) { 881 if (s3.type === KeyType.Down) { 884 if (s3.type === KeyType.Up) {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-file-management.md | 155 …ityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 156 …ityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 157 …ityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 158 …ityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 159 …ityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 243 |删除|模块名: ohos.securityLabel<br>类名: dataLevel<br>方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'… 244 |删除|模块名: ohos.securityLabel<br>类名: dataLevel<br>方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'… 245 |删除|模块名: ohos.securityLabel<br>类名: dataLevel<br>方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'… 246 |删除|模块名: ohos.securityLabel<br>类名: dataLevel<br>方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'… 247 |删除|模块名: ohos.securityLabel<br>类名: dataLevel<br>方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'…
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_c_test.cpp | 279 char s3[] = "str3"; variable 280 char* sArr[] = { s1, s2, s3 };
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 491 this.s3 = new ObservedPropertySimplePU(false, this, 'useDefaultSuffixIcon'); 700 this.s3.purgeDependencyOnElmtId(rmElmtId); 736 this.s3.aboutToBeDeleted(); 894 return this.s3.get(); 897 this.s3.set(newValue);
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 595 const q3 = (s3, t3) => { 596 const u3 = s3;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 146 constructor(s3) { 147 super(typeof s3 === 'number' ? s3 : 0); 151 if (typeof s3 !== 'number' && s3 !== void 0) { 152 super.push(...s3.map((element) => new SegmentButtonItemOptions(element)));
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-file-management.md | 155 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 156 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 157 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 158 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 159 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.s… 243 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.sec… 244 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.sec… 245 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.sec… 246 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.sec… 247 …dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.sec…
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 857 let s3 = r3?.code; variable 859 hilog.error(0x3900, 'Ace', `Faild to toolBar getMaxFontScale, code: ${s3}, message: ${t3}`);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 616 let s3 = t.readString(); 620 let q3 = await this.assetLoader.download(v1, r3, s3, t3);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/ |
H A D | splitlayout.js | 147 this.observeComponentCreation2((s3, t3) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1006 filePreview.canPreview(this.context, o3).then((s3) => { 1007 if (!s3) {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 787 const q3 = (s3, t3) => { 788 const u3 = s3;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 1064 let s3 = this.subStackList.splice(q3, 1); 1065 this.subStackList.push(...s3);
|