Searched refs:processCb (Results 1 – 1 of 1) sorted by relevance
261 sptr<IProcessCb> processCb = iface_cast<IProcessCb>(object); in RegisterProcessCb() local262 …CHECK_AND_RETURN_RET_LOG(processCb != nullptr, ERR_INVALID_PARAM, "RegisterProcessCb obj cast fail… in RegisterProcessCb()