Home
last modified time | relevance | path

Searched refs:GetAppLabelId (Results 1 – 15 of 15) sorted by relevance

/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()
H A Dcontainer_modal_pattern.cpp705 SetAppTitle(themeConstants->GetString(pipeline->GetWindowManager()->GetAppLabelId())); in InitTitle()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_appitem.cpp89 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 Dsystem_defined_appitem.h37 std::string GetAppLabelId() const;
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_appitem_napi.h50 static napi_value GetAppLabelId(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dsystem_defined_appitem_napi.cpp37 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 Drender_container_modal.cpp49 auto labelId = context->GetWindowManager()->GetAppLabelId(); in UpdateStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dcontainer_window_manager.h59 int32_t GetAppLabelId() const in GetAppLabelId() function
H A Dpipeline_base.h376 int32_t GetAppLabelId() const in GetAppLabelId() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_udmf_delay_test.cpp751 ASSERT_EQ(systemDefinedAppItem->GetAppLabelId(), "appLabelId");
765 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId");
H A Dpasteboard_utils_test.cpp665 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId");
678 ASSERT_EQ(newAppItem->GetAppLabelId(), "appLabelId");
H A Dpasteboard_unified_data_test.cpp688 ASSERT_EQ(newAppItem->GetAppLabelId(), "appLabelId");
710 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId");
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp415 systemDefinedAppItem1.GetAppLabelId(); in SetDataSystemDefinedAppItemFuzz()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp621 object->value_[UDMF::APP_LABEL_ID] = appItem->GetAppLabelId(); in AppItem2PasteRecord()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp827 EXPECT_EQ(systemDefinedAppItem1.GetAppLabelId(), systemDefinedAppItem2->GetAppLabelId());