Home
last modified time | relevance | path

Searched refs:appLabelId_ (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_appitem.cpp33 object->GetValue(APP_LABEL_ID, appLabelId_); in SystemDefinedAppItem()
47 + this->appIconId_.size() + this->appLabelId_.size() + this->bundleName_.size() + this->abilityName_.size(); in GetSize()
91 return this->appLabelId_; in GetAppLabelId()
96 this->appLabelId_ = appLabelId; in SetAppLabelId()
98 std::get<std::shared_ptr<Object>>(value_)->value_[APP_LABEL_ID] = appLabelId_; in SetAppLabelId()
178 object->value_[APP_LABEL_ID] = appLabelId_; in InitObject()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dsystem_defined_appitem_test.cpp133 EXPECT_EQ(systemDefinedAppItem.appLabelId_, "SetItems005"); in HWTEST_F()
181 valueType.appLabelId_ = "appLabelId"; in HWTEST_F()
188 EXPECT_EQ(std::get<std::string>(items[APP_LABEL_ID]), valueType.appLabelId_); in HWTEST_F()
207 valueType.appLabelId_ = "appLabelId"; in HWTEST_F()
217 EXPECT_EQ(std::get<std::string>(object->value_[APP_LABEL_ID]), valueType.appLabelId_); in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_module_record.cpp61 appLabelId_ = 0; in BundleActiveModuleRecord()
82 parcel.WriteUint32(appLabelId_) && in Marshalling()
107 result->appLabelId_ = parcel.ReadUint32(); in UnMarshalling()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dcontainer_window_manager.h56 appLabelId_ = id; in SetAppLabelId()
61 return appLabelId_; in GetAppLabelId()
267 int32_t appLabelId_ = 0; member in OHOS::Ace::WindowManager
H A Dpipeline_base.h374 return appLabelId_; in GetAppLabelId()
379 appLabelId_ = appLabelId; in SetAppLabelId()
1515 int32_t appLabelId_ = 0; member in OHOS::OHOS::Ace::PipelineBase
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_module_record.h42 uint32_t appLabelId_; member in OHOS::DeviceUsageStats::BundleActiveModuleRecord
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_appitem.h52 std::string appLabelId_; member in OHOS::UDMF::SystemDefinedAppItem
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp661 moduleRecord.appLabelId_ = appInfo.labelId; in SerModuleProperties()
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_common.cpp263 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, moduleRecords.appLabelId_, &appLabelId)); in GetModuleRecordBasicForResult()

Completed in 8 milliseconds