Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common.cpp46 std::shared_ptr<ConnectionCallback> &connectionCallback, const Want &want, int32_t errorVal) in HandleJsConnectAbilityError()
76 std::shared_ptr<ConnectionCallback> &connectionCallback, const Want &want, int64_t id) in OnFindAbilityConnection()
114 auto connectionCallback = std::make_shared<ConnectionCallback>(env, argv[PARAM1], this); in JsConnectAbility() local