Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp27 #define RETURN_IF_FAILED(exec, errVal, retVal) \ macro
69 RETURN_IF_FAILED(Stringiness(buf + pos, maxLen - pos, name, *item), -1, ret); in FixedCapKeyStringiness()
87 RETURN_IF_FAILED(Stringiness(buf + pos, maxLen - pos, name, item->first), -1, ret); in IntervalCapKeyStringiness()
89 RETURN_IF_FAILED(snprintf_truncated_s(buf + pos, maxLen - pos, ", "), -1, ret); in IntervalCapKeyStringiness()
91 RETURN_IF_FAILED(Stringiness(buf + pos, maxLen - pos, name, item->second), -1, ret); in IntervalCapKeyStringiness()
93 RETURN_IF_FAILED(snprintf_truncated_s(buf + pos, maxLen - pos, "]"), -1, ret); in IntervalCapKeyStringiness()
114 RETURN_IF_FAILED(Stringiness<T>(buf + pos, maxLen - pos, name, item->at(i)), -1, ret); in DiscreteCapKeyStringiness()
116 RETURN_IF_FAILED(snprintf_truncated_s(buf + pos, maxLen - pos, ", "), -1, ret); in DiscreteCapKeyStringiness()
120 RETURN_IF_FAILED(Stringiness<T>(buf + pos, maxLen - pos, name, item->at(i)), -1, ret); in DiscreteCapKeyStringiness()
123 RETURN_IF_FAILED(snprintf_truncated_s(buf + pos, maxLen - pos, "}"), -1, ret); in DiscreteCapKeyStringiness()
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dedm_errors.h135 #define RETURN_IF_FAILED(errcode) if (FAILED(errcode)) { return errcode; } macro
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp1334 RETURN_IF_FAILED(VerifyManagedEvent(admin, events)); in SubscribeManagedEvent()
1335 RETURN_IF_FAILED(HandleApplicationEvent(events, true)); in SubscribeManagedEvent()
1345 RETURN_IF_FAILED(VerifyManagedEvent(admin, events)); in UnsubscribeManagedEvent()