Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dcaller_callback.h35 using OnRemoteStateChangedClosure = std::function<void(const std::string &)>; variable
48 void SetOnRemoteStateChanged(OnRemoteStateChangedClosure onRemoteStateChanged) in SetOnRemoteStateChanged()
89 OnRemoteStateChangedClosure onRemoteStateChanged_ = {};