Home
last modified time | relevance | path

Searched refs:InitLabel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_animation.cpp74 static std::unique_ptr<UILabel> InitLabel(LabelComponentInfo& info) in InitLabel() function
107 lackPower_ = InitLabel(chargingLabelInfo); in InitAllComponents()
108 lackPowerNotCharge_ = InitLabel(notChargingLabelInfo); in InitAllComponents()
109 percentLabel_ = InitLabel(animationLabelInfo); in InitAllComponents()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.cpp88 void CodecClient::InitLabel(AVCodecType type) in InitLabel() function in OHOS::MediaAVCodec::CodecClient
111 static_cast<CodecServiceProxy *>(codecProxy_.GetRefPtr())->InitLabel(uid_); in InitLabel()
114 listenerStub_->InitLabel(uid_); in InitLabel()
124 InitLabel(type); in Init()
H A Dcodec_client.h87 void InitLabel(AVCodecType type);
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_listener_stub.cpp165 void InitLabel(const uint64_t uid) in InitLabel() function in OHOS::MediaAVCodec::CodecListenerStub::CodecBufferCache
574 void CodecListenerStub::InitLabel(const uint64_t uid) in InitLabel() function in OHOS::MediaAVCodec::CodecListenerStub
580 inputBufferCache_->InitLabel(uid); in InitLabel()
581 outputBufferCache_->InitLabel(uid); in InitLabel()
H A Dcodec_service_proxy.h59 void InitLabel(const uint64_t uid);
H A Dcodec_listener_stub.h56 void InitLabel(const uint64_t uid);
H A Dcodec_service_proxy.cpp58 void CodecServiceProxy::InitLabel(const uint64_t uid) in InitLabel() function in OHOS::MediaAVCodec::CodecServiceProxy