Home
last modified time | relevance | path

Searched refs:compTypes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h38 std::vector<int32_t> compTypes; member
107 vectSize = static_cast<uint32_t>(commitInfo.compTypes.size()); in ReplyNotSkipInfo()
112 DISPLAY_CHECK(replyPacker_.WriteUint32(commitInfo.compTypes[i]) == false, in ReplyNotSkipInfo()
223 … ret = impl_->GetDisplayCompChange(devId, commitInfo.compLayers, commitInfo.compTypes); in OnCommitAndGetReleaseFence()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dfirst_use_dialog.cpp409 uint64_t compTypes = firstUseMap_[tokenId]; in NotifyFirstUseDialog() local
410 if ((compTypes & typeMask) == typeMask) { in NotifyFirstUseDialog()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp491 auto compTypes = ComponentLoader::GetInstance().GetAllCompTypes(); in InitCompSource() local
492 for (const auto &type : compTypes) { in InitCompSource()
515 auto compTypes = ComponentLoader::GetInstance().GetAllCompTypes(); in InitCompSink() local
516 for (const auto &type : compTypes) { in InitCompSink()