Home
last modified time | relevance | path

Searched refs:SetAppLabelId (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_appitem.h38 void SetAppLabelId(const std::string &appLabelId);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_appitem.cpp94 void SystemDefinedAppItem::SetAppLabelId(const std::string &appLabelId) in SetAppLabelId() function in OHOS::UDMF::SystemDefinedAppItem
145 SetAppLabelId(*value); in SetItems()
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_appitem_napi.h51 static napi_value SetAppLabelId(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()
197 napi_value SystemDefinedAppItemNapi::SetAppLabelId(napi_env env, napi_callback_info info) in SetAppLabelId() function in OHOS::UDMF::SystemDefinedAppItemNapi
214 sdAppItem->value_->SetAppLabelId(appLabelId); in SetAppLabelId()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dcontainer_window_manager.h54 void SetAppLabelId(int32_t id) in SetAppLabelId() function in OHOS::Ace::WindowManager
H A Dpipeline_base.h377 void SetAppLabelId(int32_t appLabelId) in SetAppLabelId() function in OHOS::OHOS::Ace::PipelineBase
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp407 systemDefinedAppItem1.SetAppLabelId(svalue + "appLabelId"); in SetDataSystemDefinedAppItemFuzz()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp983 pipelineContext_->SetAppLabelId(labelId_); in AttachView()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp212 systemDefinedAppItem1->SetAppLabelId(appLabelId); in InitSystemAppItemData()
H A Dpasteboard_unified_data_test.cpp208 systemDefinedAppItem1->SetAppLabelId(appLabelId); in InitSystemAppItemData()
H A Dpasteboard_client_udmf_delay_test.cpp280 systemDefinedAppItem.SetAppLabelId("appLabelId"); in SetSysAppItemUnifiedData()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2056 pipelineContext_->SetAppLabelId(info->labelId); in AttachView()
2312 windowManager->SetAppLabelId(info->labelId); in InitWindowCallback()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp796 systemDefinedAppItem1.SetAppLabelId("appLabelId"); in HWTEST_F()

Completed in 23 milliseconds