Home
last modified time | relevance | path

Searched refs:appLabelId (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_accessibility_property.cpp39 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 Dsystem_defined_appitem_napi.cpp201 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 Dsystem_defined_appitem.cpp94 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 Djs-apis-data-uniformDataStruct.md120 | appLabelId | string | 否 | 否 | 图标名称对应的标签id。 |
140 appLabelId : 'MyAppLabelId',
H A Duds_8h.md72 …lid) ([OH_UdsAppItem](_u_d_m_f.md#oh_udsappitem) \*pThis, const char \*appLabelId) | 设置桌面图标类型[OH_U…
H A Djs-apis-data-unifiedDataChannel.md767 | appLabelId | string | 否 | 否 | 图标名称对应的标签id。 |
778 appItem.appLabelId = 'MyAppLabelId';
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_appitem.h38 void SetAppLabelId(const std::string &appLabelId);
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h474 int OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp379 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 Djs-apis-data-uniformDataStruct.md120 | appLabelId | string | No | No | Label ID corresponding to the icon name. |
140 appLabelId : 'MyAppLabelId',
H A Duds_8h.md72 …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 DUdmfJsTest.js331 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 Dbundle_state_common.cpp262 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 Djs-apidiff-resource-scheduler.md18 | ohos.bundleState | BundleActiveModuleInfo | appLabelId?: number; | 新增 |
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/
H A DPasteBoardUnifiedDataJsunit.test.js171 appItem.appLabelId = 'MyAppLabelId';
482 expect(records[0].appLabelId).assertEqual('MyAppLabelId');
H A DPasteBoardUnifiedDataSyncJsunit.test.js172 appItem.appLabelId = 'MyAppLabelId';
506 expect(records[0].appLabelId).assertEqual('MyAppLabelId');
H A DPasteBoardUdmfDelayJsunit.test.js159 appItem.appLabelId = 'MyAppLabelId';
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-resource-scheduler.md18 | ohos.bundleState | BundleActiveModuleInfo | appLabelId?: number; | Added|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-resource-scheduler.md71 |访问级别有变化|类名:HapModuleInfo;<br>方法or属性:appLabelId?: number;<br>旧版本信息:|类名:HapModuleInfo;<br>方法or属性:app…
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp206 std::string appLabelId = "appLabelId"; in InitSystemAppItemData() local
213 systemDefinedAppItem1->SetAppLabelId(appLabelId); in InitSystemAppItemData()
H A Dpasteboard_unified_data_test.cpp201 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 Djs-apidiff-distributed-data.md68 |删除|类名: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 Dpipeline_base.h381 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 Djs-apidiff-distributed-data.md68 |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 Djs-apidiff-resource-scheduler.md71 …r attribute name: appLabelId?: number;<br>Old version information: |Class name: HapModuleInfo;<br>…

12