Searched refs:IDMCallbackInterfaceCode (Results 1 – 5 of 5) sorted by relevance
84 uint32_t code = static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_ACQUIRE_INFO); in OnAcquireInfo()90 uint32_t code = static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_RESULT); in OnResult()
38 case static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_ACQUIRE_INFO): in OnRemoteRequest()40 case static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_RESULT): in OnRemoteRequest()
33 ErrCode SendRequest(IDMCallbackInterfaceCode code, MessageParcel &data, MessageParcel &reply);
224 enum class IDMCallbackInterfaceCode : uint32_t { enum
609 …int32_t ret = stub->OnRemoteRequest(static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_ACQUIRE_INF…