Searched refs:InitLabel (Results 1 – 7 of 7) sorted by relevance
74 static std::unique_ptr<UILabel> InitLabel(LabelComponentInfo& info) in InitLabel() function107 lackPower_ = InitLabel(chargingLabelInfo); in InitAllComponents()108 lackPowerNotCharge_ = InitLabel(notChargingLabelInfo); in InitAllComponents()109 percentLabel_ = InitLabel(animationLabelInfo); in InitAllComponents()
88 void CodecClient::InitLabel(AVCodecType type) in InitLabel() function in OHOS::MediaAVCodec::CodecClient111 static_cast<CodecServiceProxy *>(codecProxy_.GetRefPtr())->InitLabel(uid_); in InitLabel()114 listenerStub_->InitLabel(uid_); in InitLabel()124 InitLabel(type); in Init()
87 void InitLabel(AVCodecType type);
165 void InitLabel(const uint64_t uid) in InitLabel() function in OHOS::MediaAVCodec::CodecListenerStub::CodecBufferCache574 void CodecListenerStub::InitLabel(const uint64_t uid) in InitLabel() function in OHOS::MediaAVCodec::CodecListenerStub580 inputBufferCache_->InitLabel(uid); in InitLabel()581 outputBufferCache_->InitLabel(uid); in InitLabel()
59 void InitLabel(const uint64_t uid);
56 void InitLabel(const uint64_t uid);
58 void CodecServiceProxy::InitLabel(const uint64_t uid) in InitLabel() function in OHOS::MediaAVCodec::CodecServiceProxy