Searched refs:appLabelId (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_accessibility_property.cpp | 38 auto appLabelId = pipeline->GetWindowManager()->GetAppLabelId(); in GetText() local 39 return themeConstants->GetString(appLabelId); in GetText()
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | system_defined_appitem.h | 38 void SetAppLabelId(const std::string &appLabelId);
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_appitem_napi.cpp | 37 DECLARE_NAPI_GETTER_SETTER("appLabelId", GetAppLabelId, SetAppLabelId), in Constructor() 201 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() 207 Status::E_INVALID_PARAMETERS, "Parameter error: parameter appLabelId type must be string"); in SetAppLabelId() 214 sdAppItem->value_->SetAppLabelId(appLabelId); in SetAppLabelId()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_appitem.cpp | 94 void SystemDefinedAppItem::SetAppLabelId(const std::string &appLabelId) in SetAppLabelId() argument 96 this->appLabelId_ = appLabelId; in SetAppLabelId()
|
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/ |
H A D | uds.h | 467 * @param appLabelId Represents a new string value.
474 int OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId);
|
/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | bundle_state_common.cpp | 262 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()
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | uds.cpp | 378 int OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId)
in OH_UdsAppItem_SetLabelId() argument 380 if (appLabelId == nullptr || IsInvalidUdsObjectPtr(pThis, NdkStructId::UDS_APP_ITEM_STRUCT_ID)) {
in OH_UdsAppItem_SetLabelId() 383 return pThis->SetUdsValue<std::string>(APP_LABEL_ID, appLabelId);
in OH_UdsAppItem_SetLabelId()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 377 void SetAppLabelId(int32_t appLabelId) in SetAppLabelId() argument 379 appLabelId_ = appLabelId; in SetAppLabelId()
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_utils_test.cpp | 205 std::string appLabelId = "appLabelId"; in InitSystemAppItemData() local 212 systemDefinedAppItem1->SetAppLabelId(appLabelId); in InitSystemAppItemData() 664 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId"); in HWTEST_F() 677 ASSERT_EQ(newAppItem->GetAppLabelId(), "appLabelId"); in HWTEST_F()
|
H A D | pasteboard_unified_data_test.cpp | 201 std::string appLabelId = "appLabelId"; in InitSystemAppItemData() local 208 systemDefinedAppItem1->SetAppLabelId(appLabelId); in InitSystemAppItemData() 688 ASSERT_EQ(newAppItem->GetAppLabelId(), "appLabelId"); in HWTEST_F() 710 ASSERT_EQ(newAppItem1->GetAppLabelId(), "appLabelId"); in HWTEST_F()
|
Completed in 15 milliseconds