Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dcaller_callback.h50 onRemoteStateChanged_ = onRemoteStateChanged; in SetOnRemoteStateChanged()
67 if (onRemoteStateChanged_) { in InvokeOnNotify()
68 onRemoteStateChanged_(state); in InvokeOnNotify()
89 OnRemoteStateChangedClosure onRemoteStateChanged_ = {}; variable