Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Drequest_constants.h23 constexpr const char* REQUEST_CALLBACK_KEY = "ohos.ability.params.request.callback"; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_request/
H A Djs_dialog_request.cpp131 … sptr<IRemoteObject> remoteObj = want.GetRemoteObject(RequestConstants::REQUEST_CALLBACK_KEY); in OnGetRequestCallback()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_context_impl.cpp706 want.SetParam(RequestConstants::REQUEST_CALLBACK_KEY, remoteObject); in RequestDialogService()
727 want.SetParam(RequestConstants::REQUEST_CALLBACK_KEY, remoteObject); in RequestDialogService()