Searched refs:AssetCallbackInterfaceCode (Results 1 – 7 of 7) sorted by relevance
66 … static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START), data, reply, option); in OnStart()105 …static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_FINISHED), data, reply, option… in OnFinished()
56 …static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT), data, reply, opt… in OnSendResult()
28 opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START)] = in AssetRecvCallbackStub()30 … opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_FINISHED)] = in AssetRecvCallbackStub()
28 …opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT)… in AssetSendCallbackStub()
76 … uint32_t code = static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT);118 … uint32_t code = static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT);
81 uint32_t code = static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START);110 uint32_t code = static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START);
22 enum class AssetCallbackInterfaceCode { enum