Home
last modified time | relevance | path

Searched defs:ClearFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater_preprocess.h26 typedef int32_t (*ClearFunc)(void); typedef
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Dability_delegator.h71 using ClearFunc = std::function<void(const std::shared_ptr<ADelegatorAbilityProperty> &)>; variable