Home
last modified time | relevance | path

Searched defs:desired (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Di_standard_codec_listener.h47 uint64_t desired = generation_--; in RestoreGeneration() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp593 bool IsOrientationMatch(const AceResConfig& desired, const AceResConfig& supported) in IsOrientationMatch()
599 bool IsDeviceTypeMatch(const AceResConfig& desired, const AceResConfig& supported) in IsDeviceTypeMatch()
604 bool IsColorModeMatch(const AceResConfig& desired, const AceResConfig& supported) in IsColorModeMatch()
609 bool IsMccMncMatch(const AceResConfig& desired, const AceResConfig& supported) in IsMccMncMatch()
617 bool IsResolutionMatch(const AceResConfig& desired, const AceResConfig& supported) in IsResolutionMatch()
622 bool MatchResConfig(const AceResConfig& desired, const AceResConfig& supported) in MatchResConfig()
629 bool DeclarativeMatchResConfig(const AceResConfig& desired, const AceResConfig& supported) in DeclarativeMatchResConfig()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp57 …const std::vector<Attributes::AttributeKey> desired = {Attributes::ATTR_RESULT_CODE, Attributes::A… variable
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h265 bool CheckAndSetWorkerVersion(WorkerVersion expected, WorkerVersion desired) in CheckAndSetWorkerVersion()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.cpp364 bool Worker::UpdateWorkerState(WorkerState expect, WorkerState desired) in UpdateWorkerState()