/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_accessibility_property.cpp | 39 auto appLabelId = pipeline->GetWindowManager()->GetAppLabelId(); in GetText() local 40 return themeConstants->GetString(appLabelId); in GetText()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_appitem_napi.cpp | 201 std::string appLabelId; in SetAppLabelId() local 202 auto input = [env, ctxt, &appLabelId](size_t argc, napi_value *argv) { in SetAppLabelId() 205 ctxt->status = NapiDataUtils::GetValue(env, argv[0], appLabelId); in SetAppLabelId() 214 sdAppItem->value_->SetAppLabelId(appLabelId); in SetAppLabelId()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_appitem.cpp | 94 void SystemDefinedAppItem::SetAppLabelId(const std::string &appLabelId) in SetAppLabelId() argument 96 this->appLabelId_ = appLabelId; in SetAppLabelId()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-uniformDataStruct.md | 120 | appLabelId | string | 否 | 否 | 图标名称对应的标签id。 | 140 appLabelId : 'MyAppLabelId',
|
H A D | uds_8h.md | 72 …lid) ([OH_UdsAppItem](_u_d_m_f.md#oh_udsappitem) \*pThis, const char \*appLabelId) | 设置桌面图标类型[OH_U…
|
H A D | js-apis-data-unifiedDataChannel.md | 767 | appLabelId | string | 否 | 否 | 图标名称对应的标签id。 | 778 appItem.appLabelId = 'MyAppLabelId';
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | system_defined_appitem.h | 38 void SetAppLabelId(const std::string &appLabelId);
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/ndk/data/ |
H A D | uds.h | 474 int OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | uds.cpp | 379 int OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId) in OH_UdsAppItem_SetLabelId() argument 381 … if (appLabelId == nullptr || IsInvalidUdsObjectPtr(pThis, NdkStructId::UDS_APP_ITEM_STRUCT_ID)) { in OH_UdsAppItem_SetLabelId() 384 return pThis->SetUdsValue<std::string>(APP_LABEL_ID, appLabelId); in OH_UdsAppItem_SetLabelId()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-uniformDataStruct.md | 120 | appLabelId | string | No | No | Label ID corresponding to the icon name. | 140 appLabelId : 'MyAppLabelId',
|
H A D | uds_8h.md | 72 …lid) ([OH_UdsAppItem](_u_d_m_f.md#oh_udsappitem) \*pThis, const char \*appLabelId) | Sets the appl…
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/ |
H A D | UdmfJsTest.js | 331 appItem.appLabelId = 'MyAppLabelId'; 350 expect(records[0].appLabelId).assertEqual('MyAppLabelId'); 789 systemDefinedAppItem.appLabelId = '4'; 803 console.info(TAG, 'appLabelId= ' + data[0].getRecords()[0].appLabelId); 1559 appLabelId: 'app-itemAppLabelId', property in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2700.systemDefined 1582 expect(value.appLabelId).assertEqual(systemDefined.appLabelId);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | bundle_state_common.cpp | 262 napi_value appLabelId = nullptr; in GetModuleRecordBasicForResult() local 263 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, moduleRecords.appLabelId_, &appLabelId)); in GetModuleRecordBasicForResult() 264 … NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, moduleObject, "appLabelId", appLabelId)); in GetModuleRecordBasicForResult()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-resource-scheduler.md | 18 | ohos.bundleState | BundleActiveModuleInfo | appLabelId?: number; | 新增 |
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/ |
H A D | PasteBoardUnifiedDataJsunit.test.js | 171 appItem.appLabelId = 'MyAppLabelId'; 482 expect(records[0].appLabelId).assertEqual('MyAppLabelId');
|
H A D | PasteBoardUnifiedDataSyncJsunit.test.js | 172 appItem.appLabelId = 'MyAppLabelId'; 506 expect(records[0].appLabelId).assertEqual('MyAppLabelId');
|
H A D | PasteBoardUdmfDelayJsunit.test.js | 159 appItem.appLabelId = 'MyAppLabelId';
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-resource-scheduler.md | 18 | ohos.bundleState | BundleActiveModuleInfo | appLabelId?: number; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-resource-scheduler.md | 71 |访问级别有变化|类名:HapModuleInfo;<br>方法or属性:appLabelId?: number;<br>旧版本信息:|类名:HapModuleInfo;<br>方法or属性:app…
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_utils_test.cpp | 206 std::string appLabelId = "appLabelId"; in InitSystemAppItemData() local 213 systemDefinedAppItem1->SetAppLabelId(appLabelId); in InitSystemAppItemData()
|
H A D | pasteboard_unified_data_test.cpp | 201 std::string appLabelId = "appLabelId"; in InitSystemAppItemData() local 208 systemDefinedAppItem1->SetAppLabelId(appLabelId); in InitSystemAppItemData()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-distributed-data.md | 68 |删除|类名:SystemDefinedAppItem;<br>方法or属性:appLabelId: string;|NA|@ohos.data.UDMF.d.ts| 126 |新增|NA|类名:SystemDefinedAppItem;<br>方法or属性:appLabelId: string;|@ohos.data.unifiedDataChannel.d.ts|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 381 void SetAppLabelId(int32_t appLabelId) in SetAppLabelId() argument 383 appLabelId_ = appLabelId; in SetAppLabelId()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-distributed-data.md | 68 |Deleted|Class name: SystemDefinedAppItem;<br>Method or attribute name: appLabelId: string;|NA|@oho… 126 |Added|NA|Class name: SystemDefinedAppItem;<br>Method or attribute name: appLabelId: string;|@ohos.…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-resource-scheduler.md | 71 …r attribute name: appLabelId?: number;<br>Old version information: |Class name: HapModuleInfo;<br>…
|