Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_accessibility_property.cpp38 auto appLabelId = pipeline->GetWindowManager()->GetAppLabelId(); in GetText()
H A Dcontainer_modal_pattern.cpp724 SetAppTitle(themeConstants->GetString(pipeline->GetWindowManager()->GetAppLabelId())); in InitTitle()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_appitem.h37 std::string GetAppLabelId() const;
/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()
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp49 auto labelId = context->GetWindowManager()->GetAppLabelId(); in UpdateStyle()
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_appitem_napi.h50 static napi_value GetAppLabelId(napi_env env, napi_callback_info info);
/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()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dcontainer_window_manager.h59 int32_t GetAppLabelId() const in GetAppLabelId() function in OHOS::Ace::WindowManager
H A Dpipeline_base.h372 int32_t GetAppLabelId() const in GetAppLabelId() function in OHOS::OHOS::Ace::PipelineBase
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp664 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId"); in HWTEST_F()
677 ASSERT_EQ(newAppItem->GetAppLabelId(), "appLabelId"); in HWTEST_F()
H A Dpasteboard_unified_data_test.cpp688 ASSERT_EQ(newAppItem->GetAppLabelId(), "appLabelId"); in HWTEST_F()
710 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId"); in HWTEST_F()
H A Dpasteboard_client_udmf_delay_test.cpp744 ASSERT_EQ(systemDefinedAppItem->GetAppLabelId(), "appLabelId"); in HWTEST_F()
758 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId"); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp415 systemDefinedAppItem1.GetAppLabelId(); in SetDataSystemDefinedAppItemFuzz()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp580 object->value_[UDMF::APP_LABEL_ID] = appItem->GetAppLabelId(); in AppItem2PasteRecord()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp827 EXPECT_EQ(systemDefinedAppItem1.GetAppLabelId(), systemDefinedAppItem2->GetAppLabelId()); in HWTEST_F()

Completed in 19 milliseconds