Searched defs:connectionCallback (Results 1 – 1 of 1) sorted by relevance
46 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