/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()
|
H A D | container_modal_pattern.cpp | 705 SetAppTitle(themeConstants->GetString(pipeline->GetWindowManager()->GetAppLabelId())); in InitTitle()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_appitem.cpp | 89 std::string SystemDefinedAppItem::GetAppLabelId() const in GetAppLabelId() function in OHOS::UDMF::SystemDefinedAppItem 162 items[APP_LABEL_ID] = GetAppLabelId(); in GetItems()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | system_defined_appitem.h | 37 std::string GetAppLabelId() const;
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | system_defined_appitem_napi.h | 50 static napi_value GetAppLabelId(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_appitem_napi.cpp | 37 DECLARE_NAPI_GETTER_SETTER("appLabelId", GetAppLabelId, SetAppLabelId), in Constructor() 185 napi_value SystemDefinedAppItemNapi::GetAppLabelId(napi_env env, napi_callback_info info) in GetAppLabelId() function in OHOS::UDMF::SystemDefinedAppItemNapi 192 ctxt->status = NapiDataUtils::SetValue(env, sdAppItem->value_->GetAppLabelId(), ctxt->output); in GetAppLabelId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | render_container_modal.cpp | 49 auto labelId = context->GetWindowManager()->GetAppLabelId(); in UpdateStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | container_window_manager.h | 59 int32_t GetAppLabelId() const in GetAppLabelId() function
|
H A D | pipeline_base.h | 376 int32_t GetAppLabelId() const in GetAppLabelId() function
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_client_udmf_delay_test.cpp | 751 ASSERT_EQ(systemDefinedAppItem->GetAppLabelId(), "appLabelId"); 765 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId");
|
H A D | pasteboard_utils_test.cpp | 665 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId"); 678 ASSERT_EQ(newAppItem->GetAppLabelId(), "appLabelId");
|
H A D | pasteboard_unified_data_test.cpp | 688 ASSERT_EQ(newAppItem->GetAppLabelId(), "appLabelId"); 710 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId");
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/ |
H A D | udmf_client_fuzzer.cpp | 415 systemDefinedAppItem1.GetAppLabelId(); in SetDataSystemDefinedAppItemFuzz()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_utils.cpp | 621 object->value_[UDMF::APP_LABEL_ID] = appItem->GetAppLabelId(); in AppItem2PasteRecord()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | udmf_client_test.cpp | 827 EXPECT_EQ(systemDefinedAppItem1.GetAppLabelId(), systemDefinedAppItem2->GetAppLabelId());
|